Industrial Reborn

Industrial Reborn

234k Downloads

Fluid enriching recipes cause crashes with Quark Oddities

Hubry opened this issue ยท 1 comments

commented

Describe the bug

@Override
public NonNullList<Ingredient> getIngredients() {
return null;
}

Minecraft marks this method as returning non-null (Mojang puts non-null annotations on practically every package-info.java in every package), and Quark Oddities traverses the whole recipe collection to find what uses iron for the magnet feature.
VazkiiMods/Quark#3532

To Reproduce
Steps to reproduce the behavior:

  1. Install Industrial Reborn
  2. Install Quark and Quark Oddities
  3. Enter a world

Expected behavior
Not crashing.

Versions

  • Industrial Reborn: 1.18.1-0.12.4 (taken from the linked Quark issue)
  • Forge: 1.18.1-39.0.10
commented

Should be fixed in 0.14.2