Crafting using Any Light Gray Dye and Any Seats, in any arrangement. Produces Light Gray Seat.
Acquisition
Crafting using Light Gray Wool and Any Wooden Slabs, in any arrangement. Produces Light Gray Seat.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Light Gray Seat | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
create:light_gray_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/light_gray"
},
{
"tag": "create:seats"
}
],
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": [
{
"item": "minecraft:light_gray_wool"
},
{
"tag": "minecraft:wooden_slabs"
}
],
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
