Crafting using Any Wooden Slabs and Shaft, arranged in the pattern shown. Produces Turntable.
Turntable
Create · by simibubi
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Turntable | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
create:turntable- Namespace
create- Mod ID
create- Tags (2)
minecraft:blocks/mineable/axe minecraft:blocks/mineable/pickaxe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"P",
"S"
],
"ingredients": {
"P": {
"tag": "minecraft:wooden_slabs"
},
"S": {
"item": "create:shaft"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}