Brown Seat
create:brown_seat

Brown Seat

Dye Color:
Create · by simibubi
block SeatsSeatsAxe Mineable

Acquisition

Crafting using Brown Wool and Any Wooden Slabs, in any arrangement. Produces Brown Seat.

Crafting ⇆ any arrangement
Brown Seat Brown Seat guaranteed

Crafting using Organic Brown Dye and Any Seats, in any arrangement. Produces Brown Seat.

Crafting ⇆ any arrangement
Organic Brown Dye
Any Seats
Brown Seat Brown Seat guaranteed

Mining & drops

sourcecountchanceconditions
Brown Seat1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
create:brown_seat
Namespace
create
Mod ID
create
Tags (3)
create:blocks/seats
create:items/seats
minecraft:blocks/mineable/axe

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:brown_wool"
    },
    {
      "tag": "minecraft:wooden_slabs"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "tag": "forge:dyes/brown"
    },
    {
      "tag": "create:seats"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}