No fucking way i did that mistake

This commit is contained in:
ItsMakar 2025-03-21 17:52:00 +02:00
parent 291a34103a
commit cf5e0e7d12

View File

@ -59,7 +59,8 @@ public class CompatRecipeRegistry {
for(ItemStack allItems : input.extractForNEI()) {
ComparableStack comp = new ComparableStack(allItems);
ShredderRecipes.shredderRecipes.put(comp, output);
ShredderRecipes.neiShredderRecipes.put(comp, output);
if (ShredderRecipes.neiShredderRecipes != null)
ShredderRecipes.neiShredderRecipes.put(comp, output);
}
}