Stone Cutting using Jade Tiles. Produces Jade Slab.
block· Slabs
Jade Slab
Goety · by Polarice3
Jade Slab is a block from Goety, crafted from Jade Tiles.
Acquisition
Crafting using Any of Jade Tiles / Jade Pillar, Any of Jade Tiles / Jade Pillar and Any of Jade Tiles / Jade Pillar, arranged in the pattern shown. Produces 6× Jade Slab.
- Inputs
- 3 × Any of Jade Tiles / Jade Pillar
- Output
- → Jade Slab ×6
Mining & drops
| source | count | drop rate | conditions |
|---|---|---|---|
| Jade Slab | 1–1 | 100% | — |
Drop rates are per-roll probabilities, not absolute find rates — actual odds of finding an item also depend on structure generation and loot pool weights.
Used in
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
goety:jade_slab- Namespace
goety- Mod ID
goety- Tags (2)
goety:blocks/jade_blocks goety:items/jade_blocks
Recipe JSON (2):
{
"recipe_type": "minecraft:stonecutting",
"pattern": null,
"ingredients": {
"item": "goety:jade_tiles"
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"###"
],
"ingredients": {
"#": {
"anyOf": [
{
"item": "goety:jade_tiles"
},
{
"item": "goety:jade_pillar"
}
]
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}

