ModTweaker

ModTweaker

88M Downloads

Thermal Foundation Induction Smelter

Opened this issue ยท 2 comments

commented

Issue Description:

(It's a repost from CraftTweaker repo) I tried to remove some tool/armor/horse armor recipes from the Induction Smelter.

What happens:

The recipes won't delete.

What you expected to happen:

Delete the recipes.

Script used (Please Pastebin or gist your script, posting an unpasted or ungist'd script will automatically close this issue): script

crafttweaker.log file (Please Pastebin or gist your file, posting an unpasted or ungist'd file will automatically close this issue): crafttweaker.log


Affected Versions (Do not use "latest"):

  • Minecraft: 1.12.2
  • Forge: forge-14.23.5.2847
  • Crafttweaker: CraftTweaker2-1.12-4.1.20
  • ModTweaker: modtweaker-4.0.17
  • MTLib: MTLib-3.0.6

Your most recent log file where the issue was present:

latest.log

commented

we are passing the values to TE just fine, so it must be on their end, especially because it says that the recipe still exists after we removed it.

if(SmelterManager.recipeExists(primaryInput, secondaryInput)) {

this line can only trigger if the removal failed on TE's side.

commented

i have the same problem is there a solution?