Crafting using Clay and Smooth Stone Slab, arranged in the pattern shown. Produces Statue.
Statue
Supplementaries · by MehVahdJukaar, Plantkillable
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Statue | 1–1 | 100% | Survives Explosion |
Block drops
| drops | count | chance | conditions |
|---|---|---|---|
| Statue | 1–1 | 100% | Survives Explosion |
Developer reference
- Registry name
supplementaries:statue- Namespace
supplementaries- Mod ID
supplementaries- Tags (1)
minecraft:blocks/mineable/pickaxe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" ",
" 1 ",
" 2 "
],
"ingredients": {
"1": {
"item": "minecraft:clay"
},
"2": {
"item": "minecraft:smooth_stone_slab"
}
},
"conditions": [
{
"raw": {
"flag": "statue",
"type": "supplementaries:flag"
},
"type": "supplementaries:flag"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
