Permafrost Vertical Slab
quark:permafrost_vertical_slab

Permafrost Vertical Slab

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Pickaxe MineableVertical SlabVertical Slab

Acquisition

Stone Cutting using Permafrost. Produces Permafrost Vertical Slab.

Stone Cutting conditional
Permafrost Vertical Slab Permafrost Vertical Slab guaranteed

Crafting using Permafrost Slab, Permafrost Slab and Permafrost Slab, arranged in the pattern shown. Produces 3× Permafrost Vertical Slab.

Crafting conditional
Permafrost Slab
Permafrost Slab
Permafrost Slab
Permafrost Vertical Slab Permafrost Vertical Slab ×3 guaranteed

Mining & drops

sourcecountchanceconditions
Permafrost Vertical Slab1–1100%

Used in (1)

Crafting using Permafrost Vertical Slab, in any arrangement. Produces Permafrost Slab.

Crafting ⇆ any arrangement conditional
Permafrost Vertical Slab
Permafrost Slab Permafrost Slab guaranteed

Block drops

Drops itself when broken.

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

Recipe JSON (2):

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