Fire Pit
supplementaries:fire_pit

Fire Pit

Supplementaries · by MehVahdJukaar, Plantkillable
block Tray Heat SourcePickaxe Mineable

Acquisition

Crafting using Copper Ingot, Lumisene Bottle, Copper Ingot, Copper Ingot, Copper Ingot and Copper Ingot, arranged in the pattern shown. Produces Fire Pit.

Crafting conditional
Copper Ingot
Lumisene Bottle
Copper Ingot
Copper Ingot
Copper Ingot
Copper Ingot
Fire Pit Fire Pit guaranteed

Crafting using Copper Ingot, Any Coal, Copper Ingot, Copper Ingot, Copper Ingot and Copper Ingot, arranged in the pattern shown. Produces Fire Pit.

Crafting conditional
Copper Ingot
Any Coal
Copper Ingot
Copper Ingot
Copper Ingot
Copper Ingot
Fire Pit Fire Pit guaranteed

Mining & drops

sourcecountchanceconditions
Fire Pit1–1100%Survives Explosion

Block drops

dropscountchanceconditions
Fire Pit1–1100%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
}