Changes between Version 9 and Version 10 of FAQ
- Timestamp:
- 06/09/23 14:26:04 (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v9 v10 32 32 33 33 Check out [CavesAndTunnels this] page for instructions on using the !Caves/Tunnels custom layer. 34 35 == Why is my exported height map entirely black? 36 37 It is not entirely black, just extremely dark, when displayed as an image. This is normal, because the exported values are relatively low compared to the theoretical range of the image format. This happens especially when exporting a map that is more than 256 blocks above the lower build limit, in high resolution. That requires a 32-bit image format, which has a theoretical maximum value of 2^32^ - 1 or 4,294,967,295, while the actual range of exported values is likely to be around zero to 100,000 or 200,000 or so. 38 39 Note that you are not meant to display height maps as images, so what they look like when you do so is immaterial. They are meant as input for other programs (or !WorldPainter itself). 34 40 35 41 == How do I make the borders of the map look nice and integrate well with the Minecraft landscape? ==