Cooking for Blockheads

Cooking for Blockheads

145M Downloads

Cannot add recipes using CraftTweaker

incomingnerd opened this issue ยท 1 comments

commented

Description

Adding a simple recipe using CraftTweaker fails to show up in the Cooking Table, despite working fine in a vanilla crafting table on 1.15.2.

Example CT script

craftingTable.addShapeless("seedbread", <item:minecraft:bread>, [<item:minecraft:wheat_seeds>, <item:minecraft:wheat_seeds>]);

Versions

Minecraft 1.15.2
CookingForBlockheads 1.15.2-8.0.3
CraftTweaker 1.15.2-6.0.0.45

commented

Just a guess, but perhaps Blockheads is caching the recipe list before CT has a chance to touch it?