Unable to edit furnace recipes
AechtRob opened this issue ยท 1 comments
For some reason, using CraftTweaker/ModTweaker/etc/etc I am unable to remove furnace recipes from MorePlanets, eg. this does nothing:
furnace.remove(moreplanets:nibiru_item:2);
Nor does this:
val oreCoal = ore:oreCoal;
oreCoal.remove(moreplanets:fronos_ore:6);
Any reason why the moreplanets recipes seem to override CraftTweaker? I can ADD recipes no problems, just not remove ones the mod introduces. They are stored in vanilla-style registries afaik, so shouldn't need specific support.