Crafting using Sugar, Milk Bucket, Wheat and Any Eggs, in any arrangement. Produces 3× Pancake.
Pancake
Supplementaries · by MehVahdJukaar, Plantkillable
Acquisition
Crafting using Sugar, Milk Bucket, Dough and Any Eggs, in any arrangement. Produces 3× Pancake.
Block drops
Developer reference
- Registry name
supplementaries:pancake- Namespace
supplementaries- Mod ID
supplementaries- Tags (1)
minecraft:items/music_discs
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": [
{
"item": "minecraft:sugar"
},
{
"tag": "forge:milk"
},
{
"tag": "forge:grain"
},
{
"tag": "forge:eggs"
}
],
"conditions": [
{
"raw": {
"flag": "pancake",
"type": "supplementaries:flag"
},
"type": "supplementaries:flag"
},
{
"raw": {
"type": "forge:not",
"value": {
"type": "forge:mod_loaded",
"modid": "farmersdelight"
}
},
"type": "forge:not"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": [
{
"item": "minecraft:sugar"
},
{
"tag": "forge:milk"
},
{
"tag": "forge:dough"
},
{
"tag": "forge:eggs"
}
],
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}