Thatch Slab
quark:thatch_slab

Thatch Slab

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Hoe MineableSlabsSlabs

Acquisition

Crafting using Thatch Vertical Slab, in any arrangement. Produces Thatch Slab.

Crafting ⇆ any arrangement conditional
Thatch Vertical Slab
Thatch Slab Thatch Slab guaranteed

Crafting using Thatch, Thatch and Thatch, arranged in the pattern shown. Produces 6× Thatch Slab.

Crafting conditional
Thatch Slab Thatch Slab ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Thatch Slab1–1100%

Used in (1)

Crafting using Thatch Slab, Thatch Slab and Thatch Slab, arranged in the pattern shown. Produces 3× Thatch Vertical Slab.

Crafting conditional
Thatch Slab
Thatch Slab
Thatch Slab
Thatch Vertical Slab Thatch Vertical Slab ×3 guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:thatch_slab
Namespace
quark
Mod ID
quark
Tags (3)
minecraft:blocks/mineable/hoe
minecraft:blocks/slabs
minecraft:items/slabs

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "quark:thatch_vertical_slab"
  },
  "conditions": [
    {
      "raw": {
        "flag": "vertical_slabs",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    },
    {
      "raw": {
        "flag": "thatch",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "quark:thatch"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "thatch",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}