Updated Installing resource packs (markdown)

Lukas Rieger 2021-01-24 14:43:21 +01:00
parent c41b79447c
commit 51e7efbe72

@ -5,6 +5,9 @@ BlueMap supports the use of minecraft resource-packs. If you want to change the
To install a resource-pack you just need to put the resource-pack folder or zip in the folder `resourcepacks` next to your configuration files and reload BlueMap. BlueMap will scan the folder and try to load every resources it finds.
> Sponge, Forge, Fabric: `./config/bluemap/resourcepacks/`<br>
> Spigot/Paper: `./plugins/BlueMap/resourcepacks/`
You can use more than one resource-pack. Like in minecraft, they will override each other. They are loaded in alphabetical order, so a resource-pack called `zzzresources.zip` will override `aaaresources.zip`.<br>
This means you can reorder them by renaming them e.g. `01_some_pack.zip`, `02_some_extension_pack.zip`...