Skip to content

Recipes added via crafttweaker still do not work at all #103

@Pseudonomenclature

Description

@Pseudonomenclature

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions