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