Cyan Seat
create:cyan_seat

Cyan Seat

Dye Color:
Create · by simibubi
block SeatsSeatsAxe Mineable

Acquisition

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

Crafting ⇆ any arrangement
Any Cyan Dye
Any Seats
Cyan Seat Cyan Seat guaranteed

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

Crafting ⇆ any arrangement
Cyan Seat Cyan Seat guaranteed

Mining & drops

sourcecountchanceconditions
Cyan Seat1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
create:cyan_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": [
    {
      "tag": "forge:dyes/cyan"
    },
    {
      "tag": "create:seats"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:cyan_wool"
    },
    {
      "tag": "minecraft:wooden_slabs"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}