Create/src/generated/resources/assets/create/blockstates/water_wheel.json
_0Steven 33a08a235e Turbines- I mean horizontal water wheels
- Make water wheels work and be able to be placed horizontally
2021-02-22 13:09:50 +01:00

30 lines
No EOL
565 B
JSON

{
"variants": {
"facing=down": {
"model": "create:block/water_wheel",
"x": 180
},
"facing=up": {
"model": "create:block/water_wheel"
},
"facing=north": {
"model": "create:block/water_wheel",
"x": 90
},
"facing=south": {
"model": "create:block/water_wheel",
"x": 90,
"y": 180
},
"facing=west": {
"model": "create:block/water_wheel",
"x": 90,
"y": 270
},
"facing=east": {
"model": "create:block/water_wheel",
"x": 90,
"y": 90
}
}
}