Red Terracotta Shingle Vertical Slab
quark:red_shingles_vertical_slab

Red Terracotta Shingle Vertical Slab

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

Acquisition

Crafting using Red Terracotta Shingle Slab, Red Terracotta Shingle Slab and Red Terracotta Shingle Slab, arranged in the pattern shown. Produces 3× Red Terracotta Shingle Vertical Slab.

Crafting conditional
Red Terracotta Shingle Slab
Red Terracotta Shingle Slab
Red Terracotta Shingle Slab
Red Terracotta Shingle Vertical Slab Red Terracotta Shingle Vertical Slab ×3 guaranteed

Stone Cutting using Red Terracotta Shingles. Produces Red Terracotta Shingle Vertical Slab.

Stone Cutting conditional
Red Terracotta Shingle Vertical Slab Red Terracotta Shingle Vertical Slab guaranteed

Stone Cutting using Red Terracotta. Produces Red Terracotta Shingle Vertical Slab.

Stone Cutting conditional
Red Terracotta Shingle Vertical Slab Red Terracotta Shingle Vertical Slab guaranteed

Mining & drops

sourcecountchanceconditions
Red Terracotta Shingle Vertical Slab1–1100%

Used in (1)

Crafting using Red Terracotta Shingle Vertical Slab, in any arrangement. Produces Red Terracotta Shingle Slab.

Crafting ⇆ any arrangement conditional
Red Terracotta Shingle Vertical Slab
Red Terracotta Shingle Slab Red Terracotta Shingle Slab guaranteed

Block drops

Drops itself when broken.

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

Recipe JSON (3):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#",
    "#",
    "#"
  ],
  "ingredients": {
    "#": {
      "item": "quark:red_shingles_slab"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "vertical_slabs",
        "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:red_shingles"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "flag": "shingles",
            "type": "quark:flag"
          },
          {
            "flag": "vertical_slabs",
            "type": "quark:flag"
          }
        ]
      },
      "type": "forge:and"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:red_terracotta"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "flag": "shingles",
            "type": "quark:flag"
          },
          {
            "flag": "vertical_slabs",
            "type": "quark:flag"
          }
        ]
      },
      "type": "forge:and"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}