Updated Home (markdown)

Lukas Rieger 2020-05-14 11:36:32 +02:00
parent 677ab8e329
commit ea7a60daa0
1 changed files with 1 additions and 1 deletions

@ -49,12 +49,12 @@ 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
- 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).
- 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. 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)