From df6cedb057c14081028935c316591724b47abea5 Mon Sep 17 00:00:00 2001 From: Sollace Date: Mon, 1 Jun 2020 15:16:59 +0200 Subject: [PATCH] Fixed the texture on the inside of cloud and chitin stairs --- .../assets/unicopia/models/block/cloud_inner_stairs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/assets/unicopia/models/block/cloud_inner_stairs.json b/src/main/resources/assets/unicopia/models/block/cloud_inner_stairs.json index 2b1b2718..a6cfc4b5 100644 --- a/src/main/resources/assets/unicopia/models/block/cloud_inner_stairs.json +++ b/src/main/resources/assets/unicopia/models/block/cloud_inner_stairs.json @@ -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"} } } ]