jaredlll08 / ModTweaker

ModTweaker is an addon for CraftTweaker, which provides Integration for an amount of mods.
MIT License
68 stars 63 forks source link

Unable to remove blood magic alchemy array (Binding) recipes #665

Closed Thedrummonger closed 6 years ago

Thedrummonger commented 6 years ago

Issue Description:

I have attempted to remove the recipe for living armor in 1.12.2, however the recipe still exists after loading the game. I suspect this is because alchemy array recipes are different from alchemy array (Binding) recipes (They have different jei tabs). You will also notice in the script I tried the script two ways, Input then catalyst and catalyst then input. The reason for this is in the example for alchemy array scripts on the crafttweaker website the recipe creation is listed as IItemStack input, IItemStack catalyst, IItemStack output, I have found however that it actually goes IItemStack output, IItemStack input, IItemStack catalyst. Since that is out of order I thought the recipe removal example might be as well.

What happens:

I add a script to remove and alchemy array (Binding) recipe.

What you expected to happen:

The recipe is not removed.

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

See Line 193 https://pastebin.com/QRnnkNu2

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

https://pastebin.com/Ufjtju79


Affected Versions (Do not use "latest"):

Your most recent log file where the issue was present:

https://gist.github.com/Thedrummonger/6e0c11daa04ed5eeb52e8c57c3fdd4e8

jaredlll08 commented 6 years ago

Bindings cannot be removed at all. Sorry.