Magenta Stool
quark:magenta_stool

Magenta Stool

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

Acquisition

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

Crafting conditional
Magenta Stool Magenta Stool guaranteed

Mining & drops

sourcecountchanceconditions
Magenta Stool1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "WWW"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:magenta_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
}