You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: