quark:gray_shingles

Gray 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 Gray Dye, Terracotta Shingles, Terracotta Shingles, Terracotta Shingles and Terracotta Shingles, arranged in the pattern shown. Produces 8× Gray Terracotta Shingles.

Crafting conditional
Gray Terracotta Shingles ×8 guaranteed

Stone Cutting using Gray Terracotta. Produces Gray Terracotta Shingles.

Stone Cutting conditional
Gray Terracotta Shingles guaranteed

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

Crafting conditional
Gray Terracotta Shingles ×2 guaranteed

Mining & drops

sourcecountchanceconditions
Gray Terracotta Shingles1–1100%Survives Explosion

Used in (5)

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

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

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

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

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

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

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:gray_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/gray"
    },
    "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:gray_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:gray_terracotta"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "shingles",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}