Crafting using Light Blue Wool, Light Blue Wool, Light Blue Wool, Any Wooden Slabs, Any Wooden Slabs and Any Wooden Slabs, arranged in the pattern shown. Produces Light Blue Stool.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Light Blue Stool | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
quark:light_blue_stool- Namespace
quark- Mod ID
quark- Tags (2)
quark:blocks/stools quark:items/stools
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"###",
"WWW"
],
"ingredients": {
"#": {
"item": "minecraft:light_blue_wool"
},
"W": {
"tag": "minecraft:wooden_slabs"
}
},
"conditions": [
{
"raw": {
"flag": "stools",
"type": "quark:flag"
},
"type": "quark:flag"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
