quark:red_shingles

Red Terracotta Shingles

Dye Color:
Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Pickaxe Mineable

Acquisition

Crafting using Terracotta Shingles, Terracotta Shingles, Terracotta Shingles, Terracotta Shingles, Any Red Dye, Terracotta Shingles, Terracotta Shingles, Terracotta Shingles and Terracotta Shingles, arranged in the pattern shown. Produces 8× Red Terracotta Shingles.

Crafting conditional
Red Terracotta Shingles ×8 guaranteed

Stone Cutting using Red Terracotta. Produces Red Terracotta Shingles.

Stone Cutting conditional
Red Terracotta Shingles guaranteed

Crafting using Red Terracotta and Red Terracotta, arranged in the pattern shown. Produces 2× Red Terracotta Shingles.

Crafting conditional
Red Terracotta Shingles ×2 guaranteed

Mining & drops

sourcecountchanceconditions
Red Terracotta Shingles1–1100%Survives Explosion

Used in (5)

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

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

Crafting conditional
Red Terracotta Shingle Slab Red Terracotta Shingle Slab ×6 guaranteed

Crafting using Red Terracotta Shingles, Red Terracotta Shingles, Red Terracotta Shingles, Red Terracotta Shingles, Red Terracotta Shingles and Red Terracotta Shingles, arranged in the pattern shown. Produces 4× Red Terracotta Shingle Stairs.

Crafting conditional
Red Terracotta Shingle Stairs Red Terracotta Shingle Stairs ×4 guaranteed

Block drops

Drops itself when broken.

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

Recipe JSON (3):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "SSS",
    "SDS",
    "SSS"
  ],
  "ingredients": {
    "D": {
      "tag": "forge:dyes/red"
    },
    "S": {
      "item": "quark:shingles"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "shingles",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:red_terracotta"
  },
  "conditions": [
    {
      "raw": {
        "flag": "shingles",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "##"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:red_terracotta"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "shingles",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}