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

replaceOutput does not Affect Mekanism maschines? #4

Open
ppvolto opened this issue Nov 27, 2021 · 0 comments
Open

replaceOutput does not Affect Mekanism maschines? #4

ppvolto opened this issue Nov 27, 2021 · 0 comments

Comments

@ppvolto
Copy link

ppvolto commented Nov 27, 2021

I currently build my own Modpack and fund that i can create and remove new Recipes without a problem, but replaceOutput has no effect on the Mekanism recepies, since it only creates its own ingots when smelting but not the Type i defined.

The following lines Work without a problem in every other Recepie i fund exept Mekanism and TConstruct

event.replaceOutput({}, "mekanism:ingot_copper", "tconstruct:copper_ingot");
event.replaceOutput({}, "#forge:ingot/copper", "tconstruct:copper_ingot");

PS: I use TConstruct and like to Only get TContstruct ingots since Tconstruct is its own hell to change in any way

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

1 participant