Light Blue Seat
create:light_blue_seat

Light Blue Seat

Dye Color:
Create · by simibubi
block SeatsSeatsAxe Mineable

Acquisition

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

Crafting ⇆ any arrangement
Light Blue Seat Light Blue Seat guaranteed

Crafting using Any Light Blue Dye and Any Seats, in any arrangement. Produces Light Blue Seat.

Crafting ⇆ any arrangement
Any Light Blue Dye
Any Seats
Light Blue Seat Light Blue Seat guaranteed

Mining & drops

sourcecountchanceconditions
Light Blue Seat1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
create:light_blue_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:light_blue_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/light_blue"
    },
    {
      "tag": "create:seats"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}