Magenta Seat
create:magenta_seat

Magenta Seat

Dye Color:
Create · by simibubi
block SeatsSeatsAxe Mineable

Acquisition

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

Crafting ⇆ any arrangement
Magenta Seat Magenta Seat guaranteed

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

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

Mining & drops

sourcecountchanceconditions
Magenta Seat1–1100%Survives Explosion

Block drops

Drops itself when broken.

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