Create/src/main/resources/assets/create/blockstates/turntable.json
simibubi 56c879420b Added Basic Kinetic Blocks
+ Axis
+ Gear
+ Large Gear
+ Axis Tunnel
+ Gearshifter
+ Gearbox

- Added related tileentites and renderers
- Added related models and textures
- Added the Rotation Propagator
2019-08-06 18:13:33 +02:00

9 lines
139 B
JSON

{
"forgemarker": 1,
"defaults": {
"model": "create:block/turntable"
},
"variants": {
"": { "model": "create:block/turntable" }
}
}