mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
No fucking way i did that mistake
This commit is contained in:
parent
291a34103a
commit
cf5e0e7d12
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user