diff --git a/src/main/resources/resourcepacks/fancybeds/assets/minecraft/models/block/bed_head.json b/src/main/resources/resourcepacks/fancybeds/assets/minecraft/models/block/bed_head.json index c10781b..d5742e8 100755 --- a/src/main/resources/resourcepacks/fancybeds/assets/minecraft/models/block/bed_head.json +++ b/src/main/resources/resourcepacks/fancybeds/assets/minecraft/models/block/bed_head.json @@ -53,7 +53,7 @@ "south": {"uv": [1.5, 1.5, 5.5, 1.75], "texture": "#0"}, "west": {"uv": [5.25, 1.5, 5.5, 3.5], "rotation": 90, "texture": "#0"}, "up": {"uv": [1.5, 1.5, 5.5, 3.5], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#missing"} + "down": {"uv": [0, 0, 4, 2], "texture": "#0"} } }, { @@ -66,8 +66,8 @@ "south": {"uv": [1.75, 0.5, 5.25, 0.75], "texture": "#0"}, "west": {"uv": [5, 1.75, 5.25, 3.25], "rotation": 90, "texture": "#0"}, "up": {"uv": [1.75, 1.75, 5.25, 3.25], "texture": "#0"}, - "down": {"uv": [0, 0, 3.5, 1.5], "texture": "#missing"} + "down": {"uv": [0, 0, 3.5, 1.5], "texture": "#0"} } } ] -} \ No newline at end of file +}