Skip to content

[1.12.2] Minor error in recipestages shapeless example. #594

@Terra-B-Welch

Description

@Terra-B-Welch

Just pointing out on the recipestages documentation, there is a period instead of a comma on the example for the shapeless recipe with a custom recipe id, after "shapeless_test".

The example shows
mods.recipestages.Recipes.addShapeless("shapeless_test". "one", <minecraft:diamond>, [<ore:sand>, <ore:sand>, <ore:ingotIron>, <minecraft:gold_ingot>]);

instead of
mods.recipestages.Recipes.addShapeless("shapeless_test", "one", <minecraft:diamond>, [<ore:sand>, <ore:sand>, <ore:ingotIron>, <minecraft:gold_ingot>]);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions