White Stool
16×16 · BAKED

block· Machines & Other Blocks

White Stool

Dye Color:
Another Furniture · by Starfish Studios
block StoolsStoolsWhite DyedWhite Dyed

White Stool is a block from Another Furniture, crafted from White Dye and Any Stools.

Acquisition

Crafting using White Dye and Any Stools, in any arrangement. Produces White Stool.

Crafting ⇆ any arrangement
White Dye
Any Stools
White Stool White Stool guaranteed

Crafting using Any Planks, White Wool, Any Planks, Stick and Stick, arranged in the pattern shown. Produces 3× White Stool.

Crafting
White Stool White Stool ×3 guaranteed

Mining & drops

sourcecountchanceconditions
White Stool1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
another_furniture:white_stool
Namespace
another_furniture
Mod ID
another_furniture
Tags (4)
another_furniture:blocks/stools
another_furniture:items/stools
c:blocks/dyed/white
c:items/dyed/white

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:white_dye"
    },
    {
      "tag": "another_furniture:stools"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": "stools",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#W#",
    "/ /"
  ],
  "ingredients": {
    "#": {
      "tag": "minecraft:planks"
    },
    "/": {
      "item": "minecraft:stick"
    },
    "W": {
      "item": "minecraft:white_wool"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "stools",
  "experience": null,
  "cooking_time": null
}