Crafting using Any Iron Plate, Any Iron Plate, Any Netherrack, Any Iron Plate and Any Iron Plate, arranged in the pattern shown. Produces Empty Blaze Burner.
Empty Blaze Burner
Create · by simibubi
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Blaze Burner | 1–1 | 100% | Survives Explosion, Block State Property |
Block loot table: Lit Blaze Burner (create) create:lit_blaze_burner | 1–1 | 100% | Survives Explosion |
Developer reference
- Registry name
create:empty_blaze_burner- Namespace
create- Mod ID
create
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" I ",
"IAI",
" I "
],
"ingredients": {
"A": {
"tag": "forge:netherrack"
},
"I": {
"tag": "forge:plates/iron"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}