Crafting using Brick, Wooden Shovel, Brick, Thallasium Ingot, Water Bucket, Thallasium Ingot, Thallasium Ingot, Thallasium Ingot and Thallasium Ingot, arranged in the pattern shown. Produces Cooking Pot.
Cooking Pot
Farmer's Delight · by MehVahdJukaar, MerchantPug
Cooking Pot is a block from Farmer's Delight, crafted from Brick, Wooden Shovel, Thallasium Ingot, and Water Bucket.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: Fd Abandoned Mineshaft (farmersdelight) farmersdelight:fd_abandoned_mineshaft | 1–1 | 100% | — |
| Cooking Pot | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
farmersdelight:cooking_pot- Namespace
farmersdelight- Mod ID
farmersdelight- Tags (1)
minecraft:blocks/mineable/pickaxe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"bSb",
"iWi",
"iii"
],
"ingredients": {
"S": {
"item": "minecraft:wooden_shovel"
},
"W": {
"tag": "c:buckets/water"
},
"b": {
"item": "minecraft:brick"
},
"i": {
"tag": "c:iron_ingots"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}