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 }