quark:raw_iron_bricks

Raw Iron Bricks

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Needs Stone ToolPickaxe MineableNeeds Stone Tool

Acquisition

Crafting using Block of Raw Iron, Block of Raw Iron, Block of Raw Iron and Block of Raw Iron, arranged in the pattern shown. Produces 4× Raw Iron Bricks.

Crafting conditional
Raw Iron Bricks ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Raw Iron Bricks1–1100%Survives Explosion

Used in (10)

Stone Cutting using Raw Iron Bricks. Produces Raw Iron Brick Vertical Slab.

Stone Cutting conditional
Raw Iron Brick Vertical Slab Raw Iron Brick Vertical Slab guaranteed

Crafting using Raw Iron Bricks, Raw Iron Bricks and Raw Iron Bricks, arranged in the pattern shown. Produces 6× Raw Iron Brick Slab.

Crafting conditional
Raw Iron Brick Slab Raw Iron Brick Slab ×6 guaranteed
view all 10 →

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:raw_iron_bricks
Namespace
quark
Mod ID
quark
Tags (3)
forge:blocks/needs_stone_tool
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_stone_tool

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "II",
    "II"
  ],
  "ingredients": {
    "I": {
      "item": "minecraft:raw_iron_block"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "raw_metal_bricks",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}