Cooking for Blockheads

Cooking for Blockheads

145M Downloads

Weird Bug with crafttweaker (1.14)

BedrockLegends opened this issue ยท 4 comments

commented

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

commented

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

commented

Your removal script is being ran after your custom recipe script. add "##_" before your scripts. (example: 00_removed.zs)

commented

Do not add ##_ to your scripts, if you truly want something to run before something else, use #priority <number>, different file systems read files differently in different orders.