Fixed the texture on the inside of cloud and chitin stairs

This commit is contained in:
Sollace 2020-06-01 15:16:59 +02:00
parent b0ca912ef8
commit df6cedb057

View file

@ -42,8 +42,8 @@
"from": [8, 16, 8], "from": [8, 16, 8],
"to": [0, 8, 0], "to": [0, 8, 0],
"faces": { "faces": {
"north": {"uv": [0, 0, 8, 8], "texture": "#side"}, "north": {"uv": [8, 0, 16, 8], "rotation": 180, "texture": "#side"},
"west": {"uv": [8, 0, 16, 8], "texture": "#side"} "west": {"uv": [0, 0, 8, 8], "rotation": 180, "texture": "#side"}
} }
} }
] ]