White Stool
quark:white_stool

White Stool

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

Acquisition

Crafting using White Wool, White Wool, White Wool, Any Wooden Slabs, Any Wooden Slabs and Any Wooden Slabs, arranged in the pattern shown. Produces White Stool.

Crafting conditional
White Stool White Stool guaranteed

Crafting using Feather Block, Feather Block, Feather Block, Any Wooden Slabs, Any Wooden Slabs and Any Wooden Slabs, arranged in the pattern shown. Produces White Stool.

Crafting conditional
White Stool White Stool guaranteed

Mining & drops

sourcecountchanceconditions
White Stool1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:white_stool
Namespace
quark
Mod ID
quark
Tags (2)
quark:blocks/stools
quark:items/stools

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "WWW"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:white_wool"
    },
    "W": {
      "tag": "minecraft:wooden_slabs"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "stools",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "000",
    "111"
  ],
  "ingredients": {
    "0": {
      "item": "supplementaries:feather_block"
    },
    "1": {
      "tag": "minecraft:wooden_slabs"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "feather_block",
        "type": "supplementaries:flag"
      },
      "type": "supplementaries:flag"
    },
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "quark"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}