Crafting using Silver Ingot, Nether Wart, Silver Ingot, Iron Bars, Silver Ingot, Iron Bars, Iron Bars, Silver Ingot and Iron Bars, arranged in the pattern shown. Produces Brazier.
Brazier
Bewitchment · by MoriyaShiine, cybercat5555
Brazier is a block from Bewitchment, crafted from Silver Ingot, Nether Wart, and Iron Bars.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Brazier | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
bewitchment:brazier- Namespace
bewitchment- Mod ID
bewitchment- Tags (2)
minecraft:blocks/mineable/pickaxe minecraft:blocks/needs_iron_tool
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"IWI",
"BIB",
"BIB"
],
"ingredients": {
"B": {
"item": "iron_bars"
},
"I": {
"tag": "c:silver_ingots"
},
"W": {
"item": "nether_wart"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}