You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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"})
orevent.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?
The text was updated successfully, but these errors were encountered: