mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-09 22:06:41 +01:00
a28b6bbdc3
- Saws no longer use "RUNNING" blockstate - Sawblade animates based on input speed - Saws properly stop animating when inactive
50 lines
No EOL
1.4 KiB
JSON
50 lines
No EOL
1.4 KiB
JSON
{
|
|
"variants": {
|
|
"axis_along_first=false,facing=down": {
|
|
"model": "create:block/mechanical_saw/vertical",
|
|
"x": 180
|
|
},
|
|
"axis_along_first=true,facing=down": {
|
|
"model": "create:block/mechanical_saw/vertical",
|
|
"x": 180,
|
|
"y": 90
|
|
},
|
|
"axis_along_first=false,facing=up": {
|
|
"model": "create:block/mechanical_saw/vertical"
|
|
},
|
|
"axis_along_first=true,facing=up": {
|
|
"model": "create:block/mechanical_saw/vertical",
|
|
"y": 90
|
|
},
|
|
"axis_along_first=false,facing=north": {
|
|
"model": "create:block/mechanical_saw/horizontal",
|
|
"y": 180
|
|
},
|
|
"axis_along_first=true,facing=north": {
|
|
"model": "create:block/mechanical_saw/horizontal",
|
|
"y": 180
|
|
},
|
|
"axis_along_first=false,facing=south": {
|
|
"model": "create:block/mechanical_saw/horizontal"
|
|
},
|
|
"axis_along_first=true,facing=south": {
|
|
"model": "create:block/mechanical_saw/horizontal"
|
|
},
|
|
"axis_along_first=false,facing=west": {
|
|
"model": "create:block/mechanical_saw/horizontal",
|
|
"y": 90
|
|
},
|
|
"axis_along_first=true,facing=west": {
|
|
"model": "create:block/mechanical_saw/horizontal",
|
|
"y": 90
|
|
},
|
|
"axis_along_first=false,facing=east": {
|
|
"model": "create:block/mechanical_saw/horizontal",
|
|
"y": 270
|
|
},
|
|
"axis_along_first=true,facing=east": {
|
|
"model": "create:block/mechanical_saw/horizontal",
|
|
"y": 270
|
|
}
|
|
}
|
|
} |