mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-20 01:48:08 +01:00
33a08a235e
- Make water wheels work and be able to be placed horizontally
30 lines
No EOL
565 B
JSON
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
|
|
}
|
|
}
|
|
} |