Weird Bug with crafttweaker (1.14)
BedrockLegends opened this issue ยท 4 comments
Might have find a weird bug with crafttweaker, when I go and make a custom recipe for Cooking for Blockheads Kitchen floor and use craft tweaker to removed the old recipes to just use my custom recipe, The custom recipe does not show up at all
I got it to work.
Minecraft version: 1.14.4
Forge Version: forge-28.1.87
CookingForBlockheads Version: 7.4.0
Crafttweaker version: 5.0.1.130
syntax in 1.14.x for crafttweaker seemed to changed a bit
Gist of working crafttweaker script.
Gist link
Your removal script is being ran after your custom recipe script. add "##_" before your scripts. (example: 00_removed.zs)