[1.12] brewing.removeRecipe() method cannot remove brew recipe
RisingInIris2017 opened this issue ยท 1 comments
Issue Description:
I tested brewing.removeRecipe()
method with the script below:
brewing.removeRecipe(<minecraft:splash_potion>.withTag({Potion: "minecraft:water"}), <minecraft:dragon_breath>);
This script should remove the recipe of Lingering Water Bottle, but after I restarted the game, this recipe was still able to be performed and displayed by Just Enough Items.
In fact, those brewing recipes added by other mods are also unable to be removed by brewing.removeRecipe()
method.
Script used:
only a single line:
brewing.removeRecipe(<minecraft:splash_potion>.withTag({Potion: "minecraft:water"}), <minecraft:dragon_breath>);
crafttweaker.log file:
Environment:
- Minecraft Version: 1.12.2
- Forge Version: 14.23.5.2855
- CraftTweaker Version: CraftTweaker2-1.12-4.1.20.647
- Are you using a server: No
Game log:
Fixed in #ebcde69, close the issue.