quark:light_gray_shingles

Light Gray Terracotta Shingles

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

Acquisition

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

Crafting conditional
Light Gray Terracotta Shingles ×2 guaranteed

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

Crafting conditional
Light Gray Terracotta Shingles ×8 guaranteed

Mining & drops

sourcecountchanceconditions
Light Gray Terracotta Shingles1–1100%Survives Explosion

Used in (5)

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

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

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

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

Block drops

Drops itself when broken.

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

Recipe JSON (3):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:light_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:light_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": [
    "SSS",
    "SDS",
    "SSS"
  ],
  "ingredients": {
    "D": {
      "tag": "forge:dyes/light_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
}