Updated Home (markdown)

Lukas Rieger 2020-05-14 10:19:25 +02:00
parent 9ca0d3fee4
commit 806cfef787
1 changed files with 5 additions and 5 deletions

10
Home.md

@ -50,11 +50,11 @@ Delete the whole folder that contains your rendered map data *(including the `te
### Q: I have a black map / a lot of the map is missing!
- Have you used `/bluemap render <world>` yet? If not, do that! :D
- Have you pregenerated your world? The pregenerated chunks that have not been visited by a player might not have their light-data generated yet. BlueMap needs the light data and ignores chunks that don't have it. So it will only render chunks that have been loaded by a player at least once.
- Are you using mods? Some mod might prevent minecraft from generating and storing the light-data. BlueMap needs the light data and ignores chunks that don't have it. Try to find that mod and disable it/remove it to make BlueMap work.
You can check if the light-data of your chunks is generated by using [NBT-Explorer](https://github.com/jaquadro/NBTExplorer/releases) and open your world-files. If `LightPopulated` is `0` the Light-data is **not** generated and BlueMap will ignore the chunk. (See the screenshot)
![NBT-Screenshot](https://bluecolored.de/paste/kdufszhg.png)
- Are you using mods? Some mod might prevent minecraft from generating and storing the light-data. BlueMap needs the light data and ignores chunks that don't have it. As a workaround, try to add `ignoreMissingLightData: true` to your map configuration, e.g. right below the `useCompression` setting.
This will ignore missing light data with some drawbacks:
- Cave-rendering will be always enabled, because it is using the sun-light data to detect the "caves"
- Everything on the map will be rendered fully lit .. (sun-light value of 15, looks similar to having night-vision)
- Use the command `/bluemap debug`. If that is throwing an error, it is likely that you have a mod installed that is not compatible with bluemap. Check the incompatibilities-list below.. If you don't have any mod from the list, please report the error [here](https://github.com/BlueMap-Minecraft/BlueMap/issues).
## Known incompatibilities with other mods
- JustEnoughIDs (jeid)