promotional bannermobile promotional banner

Nylium Nasturtium

This mod adds Nylium Nasturtium, a rare flowering crop found in the Nether that has petals that can be used for fuel.

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

Forge

implementation fg.deobf("curse.maven:nylium-nasturtium-759714:6548648")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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.