File Details
nyliumnasturtium-1.20.1-2.1-forge.jar
- R
- May 19, 2025
- 29.67 KB
- 423
- 1.20.1
- Forge
File Name
nyliumnasturtium-1.20.1-2.1.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
Reported Error
Nylium Nasturtium was crashing when used in conjunction with mods like Quark.
It was running into a NullPointerException when invoking the method: getPlantType() as it was returning a Null value.
Someone may have forgotten to assign a value here (me).
Solution
I have set this method to return PlantType.NETHER which looks to has removed the NullPointerException and fixed the crash.

