Gas Pipe
pipez:gas_pipe

Gas Pipe

Pipez · by Max Henkel
block Pickaxe Mineable

Acquisition

Crafting using Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, Infused Alloy, Any Redstone Dust, Infused Alloy, Any Iron Ingot, Any Iron Ingot and Any Iron Ingot, arranged in the pattern shown. Produces 16× Gas Pipe.

Crafting conditional
Any Iron Ingot
Any Iron Ingot
Any Iron Ingot
Infused Alloy
Any Redstone Dust
Infused Alloy
Any Iron Ingot
Any Iron Ingot
Any Iron Ingot
Gas Pipe Gas Pipe ×16 guaranteed

Mining & drops

sourcecountchanceconditions
Gas Pipe1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
pipez:gas_pipe
Namespace
pipez
Mod ID
pipez
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "III",
    "ARA",
    "III"
  ],
  "ingredients": {
    "A": {
      "item": "mekanism:alloy_infused"
    },
    "I": {
      "tag": "forge:ingots/iron"
    },
    "R": {
      "tag": "forge:dusts/redstone"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "mekanism"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}