quark:permafrost_bricks

Permafrost Bricks

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Pickaxe Mineable

Acquisition

Crafting using Permafrost, Permafrost, Permafrost and Permafrost, arranged in the pattern shown. Produces 4× Permafrost Bricks.

Crafting conditional
Permafrost Bricks ×4 guaranteed

Stone Cutting using Permafrost. Produces Permafrost Bricks.

Stone Cutting conditional
Permafrost Bricks guaranteed

Mining & drops

sourcecountchanceconditions
Permafrost Bricks1–1100%Survives Explosion

Used in (7)

Stone Cutting using Permafrost Bricks. Produces Permafrost Brick Vertical Slab.

Stone Cutting conditional
Permafrost Brick Vertical Slab Permafrost Brick Vertical Slab guaranteed

Crafting using Permafrost Bricks, Permafrost Bricks, Permafrost Bricks, Permafrost Bricks, Permafrost Bricks and Permafrost Bricks, arranged in the pattern shown. Produces 4× Permafrost Brick Stairs.

Crafting conditional
Permafrost Brick Stairs Permafrost Brick Stairs ×4 guaranteed

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

Crafting conditional
Permafrost Brick Slab Permafrost Brick Slab ×6 guaranteed
view all 7 →

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "##",
    "##"
  ],
  "ingredients": {
    "#": {
      "item": "quark:permafrost"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "permafrost",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "quark:permafrost"
  },
  "conditions": [
    {
      "raw": {
        "flag": "permafrost",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}