Crafting using Copper Ingot, Lumisene Bottle, Copper Ingot, Copper Ingot, Copper Ingot and Copper Ingot, arranged in the pattern shown. Produces Fire Pit.
Fire Pit
Supplementaries · by MehVahdJukaar, Plantkillable
Acquisition
Crafting using Copper Ingot, Any Coal, Copper Ingot, Copper Ingot, Copper Ingot and Copper Ingot, arranged in the pattern shown. Produces Fire Pit.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Fire Pit | 1–1 | 100% | Survives Explosion |
Block drops
| drops | count | chance | conditions |
|---|---|---|---|
| Fire Pit | 1–1 | 100% | Survives Explosion |
Developer reference
- Registry name
supplementaries:fire_pit- Namespace
supplementaries- Mod ID
supplementaries- Tags (2)
farmersdelight:blocks/tray_heat_source minecraft:blocks/mineable/pickaxe
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"121",
"111"
],
"ingredients": {
"1": {
"item": "minecraft:copper_ingot"
},
"2": {
"item": "supplementaries:lumisene_bottle"
}
},
"conditions": [
{
"raw": {
"flag": "fire_pit",
"type": "supplementaries:flag"
},
"type": "supplementaries:flag"
},
{
"raw": {
"flag": "lumisene",
"type": "supplementaries:flag"
},
"type": "supplementaries:flag"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"121",
"111"
],
"ingredients": {
"1": {
"item": "minecraft:copper_ingot"
},
"2": {
"tag": "minecraft:coal"
}
},
"conditions": [
{
"raw": {
"flag": "fire_pit",
"type": "supplementaries:flag"
},
"type": "supplementaries:flag"
},
{
"raw": {
"type": "forge:not",
"value": {
"flag": "lumisene",
"type": "supplementaries:flag"
}
},
"type": "forge:not"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}