mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-02-21 13:32:28 +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()) {
|
for(ItemStack allItems : input.extractForNEI()) {
|
||||||
ComparableStack comp = new ComparableStack(allItems);
|
ComparableStack comp = new ComparableStack(allItems);
|
||||||
ShredderRecipes.shredderRecipes.put(comp, output);
|
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