Beyond-Earth
Beyond-Earth copied to clipboard
`java.lang.NullPointerException: Cannot read field "hasClouds" because "this.planet" is null` in custom dimensions.
Mod loader
Forge
Minecraft version
1.19.2
Beyond Earth version
6.3
Modloader version
Forge 1.19.2-43.2.2
The latest.log file
https://pastebin.com/8kmzswYT
Issue description
The client render renderClouds
is currently crashing in custom dimension, if they are not a 1:1 copy of the over-world.
Steps to reproduce
- Install the mod
- Create a custom dimension or use a custom dimension mod
- Teleport to the custom dimension
Other information
This issue could be easily fixed by adding null pointer checks and by excluding custom dimension from this renderer.