fix lazy ae2 script error
This commit is contained in:
parent
569c93725f
commit
26778cf4d0
@ -12,6 +12,9 @@ furnace.remove(<threng:material>);
|
||||
mods.jei.JEI.hideCategory("threng.agg");
|
||||
mods.jei.JEI.hideCategory("threng.energize");
|
||||
|
||||
<ore:dustCoal>.remove(<threng:material:3>)
|
||||
mods.jei.JEI.removeAndHide(<threng:material:3>);
|
||||
|
||||
recipes.removeByRecipeName("threng:machine_core");
|
||||
recipes.removeByRecipeName("threng:spec_core_64");
|
||||
recipes.removeByRecipeName("threng:ma_frame");
|
||||
|
@ -291,8 +291,7 @@ var dustsDisabled as IItemStack[][IOreDictEntry] = {
|
||||
<enderio:item_material:23>,
|
||||
<actuallyadditions:item_dust:6>,
|
||||
<thermalfoundation:material:768>,
|
||||
<nuclearcraft:gem_dust:7>,
|
||||
<threng:material:3>
|
||||
<nuclearcraft:gem_dust:7>
|
||||
],
|
||||
|
||||
#dustCobalt
|
||||
|
Loading…
x
Reference in New Issue
Block a user