Crafting using Stone Button, Any Iron Ingots, Iron Trapdoor, Any Iron Ingots, Any Iron Ingots, Lava Bucket and Any Iron Ingots, arranged in the pattern shown. Produces Toaster.
Toaster
CookingForBlockheads · by BlayTheNinth
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Toaster | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
cookingforblockheads:toaster- Namespace
cookingforblockheads- Mod ID
cookingforblockheads- Tags (1)
minecraft:blocks/mineable/pickaxe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" B",
"IDI",
"ILI"
],
"ingredients": {
"B": {
"item": "minecraft:stone_button"
},
"D": {
"item": "minecraft:iron_trapdoor"
},
"I": {
"tag": "balm:iron_ingots"
},
"L": {
"item": "minecraft:lava_bucket"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}