Skip to content

In the 1.20.1 Farmersdelight cooking recipe, Tofuegg the egg as "minecraft:egg". #84

@nanananona

Description

@nanananona

All the other recipes have the tag "tag": "forge:eggs"
but this one has the item "item": "minecraft:egg"
.
Various mods have increased the number of egg types,
and in the Vanilla BackPort environment, which adds 1.21 features to 1.20.1,
there are more chicken and egg variations,
making it difficult to obtain vanilla white eggs.
If you can fix this, please let me know.

/src/main/resources/data/tofucraft/recipes/integration/farmersdelight/cooking/tofuegg.json

{ "conditions": [ { "type": "forge:mod_loaded", "modid": "farmersdelight" } ], "type": "farmersdelight:cooking", "ingredients": [ { "item": "tofucraft:bottle_dashi" }, { "item": "minecraft:egg" } ], "result": { "item": "tofucraft:tofuegg" }, "experience": 0.1, "cookingtime": 100 }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions