Add sections on world loading - #39
LooFifteen wants to merge 2 commits into
Conversation
| ## Loaders | ||
|
|
||
| * [No-op](https://javadoc.minestom.net/net/minestom/server/instance/IChunkLoader.html#noop()) | ||
| * [Anvil](/docs/world/loading/anvil.md) |
There was a problem hiding this comment.
Haven't tested but pretty sure this won't work. Shouldn't they be without .md? So just /docs/world/loading/{anvil,polar}
There was a problem hiding this comment.
Works on the local development server. I'd also assume that would work when the site is generated.
|
Seems kinda weird to have docs for an external library on the main wiki to me... |
I think it makes more sense than not having it. It's a common use-case and you'll find with almost any wiki of a big enough piece of software they will include recommendations for external tools that fill common gaps. |
e074bb7 to
bf8abfb
Compare
|
Removed references to Polar. |
|
|
||
| ## Requirements | ||
|
|
||
| Worlds to be used with [`AnvilLoader`](https://javadoc.minestom.net/net.minestom.server/net/minestom/server/instance/anvil/AnvilLoader.html) only need to contain the `region` directory, which is where the chunk data comes from. Chunk loaders do not read entity data. |
There was a problem hiding this comment.
please update it to use new format: dimensions/minecraft/overworld/region
Adds useful Javadoc links and updated documentation regarding chunk loading. This also adds a page on the external Polar loader, which I feel is a popular enough library to be included in the official documentation with a big warning stating the lack of update guarantees.