Permafrost Wall
quark:permafrost_wall

Permafrost Wall

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

Acquisition

Crafting using Permafrost, Permafrost, Permafrost, Permafrost, Permafrost and Permafrost, arranged in the pattern shown. Produces 6× Permafrost Wall.

Crafting conditional
Permafrost Wall Permafrost Wall ×6 guaranteed

Stone Cutting using Permafrost. Produces Permafrost Wall.

Stone Cutting conditional
Permafrost Wall Permafrost Wall guaranteed

Mining & drops

sourcecountchanceconditions
Permafrost Wall1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:permafrost_wall
Namespace
quark
Mod ID
quark
Tags (3)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/walls
minecraft:items/walls

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
}