Flywheel/src/main/resources/assets/create/blockstates/water_wheel.json
simibubi 911363c6a0 The Water Wheel
- Added the Water Wheel as the first legitimate source of rotational energy
2019-08-20 11:37:32 +02:00

14 lines
No EOL
264 B
JSON

{
"forge_marker": 1,
"defaults": {
"model": "create:block/water_wheel"
},
"variants": {
"facing": {
"north": { "x": 90 },
"east": { "x": 90, "y": 90 },
"south": { "x": 90, "y": 180 },
"west": { "x": 90, "y": 270 }
}
}
}