fix: rotation of CTS block

This commit is contained in:
xtex 2023-07-27 16:21:59 +08:00
parent d077704c05
commit ad66862620
Signed by: xtex
GPG Key ID: B918086ED8045B91

View File

@ -1,19 +1,20 @@
{ {
"variants": { "variants": {
"facing=east": { "facing=east": {
"model": "quaedam:block/cts" "model": "quaedam:block/cts",
"y": 270
}, },
"facing=south": { "facing=south": {
"model": "quaedam:block/cts", "model": "quaedam:block/cts",
"y": 90 "y": 0
}, },
"facing=west": { "facing=west": {
"model": "quaedam:block/cts", "model": "quaedam:block/cts",
"y": 180 "y": 90
}, },
"facing=north": { "facing=north": {
"model": "quaedam:block/cts", "model": "quaedam:block/cts",
"y": 270 "y": 180
} }
} }
} }