I saw that there was another closed report of this issue but it still seems to persist.
I tried adding the following crafttweaker script as a test, but the recipe does not show up no matter what is in my inventory:
recipes.addShapeless(<minecraft:bread>, [<minecraft:apple>]);
I also tried making a shaped recipe:
recipes.addShaped(<minecraft:bread>, [[<minecraft:apple>, <minecraft:apple>, <minecraft:apple>]]);
However, neither seems to show up in the Crafting Table IV. This remains true even after several restarts and new world generations.
I even tried to create a recipe for an item that doesn't even have one beforehand (Enchanted Golden Apple) but it also made no difference.
I saw that there was another closed report of this issue but it still seems to persist.
I tried adding the following crafttweaker script as a test, but the recipe does not show up no matter what is in my inventory:
recipes.addShapeless(<minecraft:bread>, [<minecraft:apple>]);I also tried making a shaped recipe:
recipes.addShaped(<minecraft:bread>, [[<minecraft:apple>, <minecraft:apple>, <minecraft:apple>]]);However, neither seems to show up in the Crafting Table IV. This remains true even after several restarts and new world generations.
I even tried to create a recipe for an item that doesn't even have one beforehand (Enchanted Golden Apple) but it also made no difference.