Crafting using Bowl, Cooked Clam, Potato, Potato and Milk Bottle, in any arrangement. Produces Clam Chowder.
- Inputs
- Bowl
- Cooked Clam
- 2 × Potato
- Milk Bottle
- Output
- → Clam Chowder
item· Other
Clam Chowder is an item from Spawn, crafted from Bowl, Cooked Clam, Potato, and Milk Bottle.
Crafting using Bowl, Cooked Clam, Potato, Potato and Milk Bottle, in any arrangement. Produces Clam Chowder.
Cooking using Cooked Clam, Potato and Milk Bottle (200 ticks, 1 xp). Produces Clam Chowder.
200 ticks· 1 xp
Crafting using Bowl, Cooked Clam, Potato and Carrot, in any arrangement. Produces Clam Chowder.
spawn:clam_chowderspawnspawnfarmersdelight:items/meals
Recipe JSON (3):
{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": [
{
"item": "minecraft:bowl"
},
{
"item": "spawn:cooked_clam"
},
{
"item": "minecraft:potato"
},
{
"item": "minecraft:potato"
},
{
"item": "farmersdelight:milk_bottle"
}
],
"conditions": [
{
"raw": {
"type": "forge:mod_loaded",
"modid": "farmersdelight"
},
"type": "forge:mod_loaded"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "farmersdelight:cooking",
"pattern": null,
"ingredients": [
{
"item": "spawn:cooked_clam"
},
{
"item": "minecraft:potato"
},
{
"item": "farmersdelight:milk_bottle"
}
],
"conditions": [
{
"raw": {
"type": "forge:mod_loaded",
"modid": "farmersdelight"
},
"type": "forge:mod_loaded"
}
],
"sequence": null,
"group_name": null,
"experience": 1,
"cooking_time": 200
}{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": [
{
"item": "minecraft:bowl"
},
{
"item": "spawn:cooked_clam"
},
{
"item": "minecraft:potato"
},
{
"item": "minecraft:carrot"
}
],
"conditions": [
{
"raw": {
"type": "forge:not",
"value": {
"type": "forge:mod_loaded",
"modid": "farmersdelight"
}
},
"type": "forge:not"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}