Skip to content

Commit 0092b0b

Browse files
committed
fix
1 parent 053e434 commit 0092b0b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/content/posts/26.1.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ world/
6868
│ └── stats/
6969
└── level.dat
7070
71-
Instead of being in separate folders in the server root directory, dimensions are split into separate folders in the `world/dimensions/` directory. Paper-specific data and overrides are stored properly in their own data directories. Per-world `paper-world.yml` files have been moved to the dimension folders, too.
72-
7371
```
7472

73+
Instead of being in separate folders in the server root directory, dimensions are split into separate folders in the `world/dimensions/` directory. Paper-specific data and overrides are stored properly in their own data directories. Per-world `paper-world.yml` files have been moved to the dimension folders, too.
74+
7575
---
7676

7777
## For developers
@@ -90,7 +90,6 @@ To get similar behavior to `SNAPSHOT` versions in your build configuration files
9090
_This section only affects plugin devs using server internals, whether directly or through reflection._
9191

9292
Mojang is no longer providing obfuscated server jars and instead have them contain all class, method, field names, etc. Due to this, we have fully dropped the internal remapper - obfuscated names no longer exist in the server jar.
93-
If you want to support versions of Minecraft still using obfuscation, you can use older versions of paperweight in separate modules.
9493

9594
---
9695

0 commit comments

Comments
 (0)