remove recipe code no work for melting
Tollainmear opened this issue ยท 1 comments
Test on 1.18.2, mod version build.1
coding event.remove({ output: Fluid.of('tconstruct:molten_osmium')})
could not remove the recipes added by TC.
valid if removing by recipe ID.
Valid if: event.remove({ type: "tconstruct:ore_melting"})
BUT other ore-melting recipes were removed too.
Not worked if: event.remove({ output: Fluid.of('tconstruct:molten_osmium') , type: "tconstruct:ore_melting"})
Not worked if: event.remove({ input: "mekanism:osmium_ore" , type: "tconstruct:ore_melting"})
or event.remove({ input: "#forge:ores/osmium" , type: "tconstruct:ore_melting"})
BTW, did i mistype the fluid id? And how to check the valid molten fluid id like TC's?