Can't remove some recipes...

EngineerXL

Member
Aug 10, 2018
3
0
1
22
Heyo, I'm using the latest versions of GalactiCraft and CraftTweaker on 1.12.2. So, I'm trying to remove Desh & Aluminum ingots from melting in furnace.
Used script:
furnace.remove(<ore:ingotAluminum>);
furnace remove(<ore:ingotAluminium>);
furnace.remove(<ore:ingotDesh>);

Same method works fine with Titanium & Meteoric ingots:
furnace.remove(<ore:ingotTitanium>);

What's wrong?
 

QuadShot

Member
Jun 1, 2015
231
36
28
62
Sun City, AZ
Desh is not ore-dict'ed(not entered into the ore dictionary). I think if you specify the mod something like this:
appliedenergistics2:quartz_ore or
galacticraft:ingotDesh
 

Share this page