ModTweaker

ModTweaker

88M Downloads

[Question] How to remove recipe from ThermalExpansion Induction Smelting by ore dict?

KorDum opened this issue ยท 6 comments

commented

Issue Description:

I have ImmersiveEngineering and ThermalExpansion (+Foundation of course) and 2 recipes for nickel ore:
image
image

How can I remove these recipes? I getting some errors:
image

Script used:

I tryed this https://gist.githubusercontent.com/KorDum/74a556c0c27eca5e495a2554555ea586/raw/2325dbb8fb12b662bfa20ded8513b0843b31f3d8/gistfile1.txt


Affected Versions:

  • Minecraft: 1.12.2
  • Forge: 14.23.2.2611
  • Crafttweaker: 4.1.3
  • Modtweaker: 4.0.7
commented

I need your log.

commented

no. The Crafttweaker log, that was asked for in the initial issue template...

commented

You are aware that the syntax is:

removeRecipe(IItemStack primaryINPUT, IItemStack secondaryINPUT);

right?
thermalfoundation:material:133 is the nickel ingot, which is the output.

As for removing via oredict, ThermalExpansion doesn't give us the option to do that.

commented

Thank you! And I break my head and think what I did wrong!
The first line of script is enough to implement the requested one.