Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove recipe code no work for melting #1

Open
Tollainmear opened this issue Jan 11, 2023 · 1 comment
Open

remove recipe code no work for melting #1

Tollainmear opened this issue Jan 11, 2023 · 1 comment

Comments

@Tollainmear
Copy link

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?

@RainbowTabitha
Copy link

No it seems to be a bug even with stock datapacks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants