mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-01 19:46:42 +01:00
Fixed the texture on the inside of cloud and chitin stairs
This commit is contained in:
parent
b0ca912ef8
commit
df6cedb057
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@
|
|||
"from": [8, 16, 8],
|
||||
"to": [0, 8, 0],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 8, 8], "texture": "#side"},
|
||||
"west": {"uv": [8, 0, 16, 8], "texture": "#side"}
|
||||
"north": {"uv": [8, 0, 16, 8], "rotation": 180, "texture": "#side"},
|
||||
"west": {"uv": [0, 0, 8, 8], "rotation": 180, "texture": "#side"}
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue