quark:lime_shingles

Lime Terracotta Shingles

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

Acquisition

Stone Cutting using Lime Terracotta. Produces Lime Terracotta Shingles.

Stone Cutting conditional
Lime Terracotta Shingles guaranteed

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

Crafting conditional
Lime Terracotta Shingles ×8 guaranteed

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

Crafting conditional
Lime Terracotta Shingles ×2 guaranteed

Mining & drops

sourcecountchanceconditions
Lime Terracotta Shingles1–1100%Survives Explosion

Used in (5)

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

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

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

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

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

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

Block drops

Drops itself when broken.

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

Recipe JSON (3):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:lime_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/lime"
    },
    "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:crafting_shaped",
  "pattern": [
    "##"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:lime_terracotta"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "shingles",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}