From 6be616e91eea01dba91c842bd5a5bd6693991bba Mon Sep 17 00:00:00 2001 From: Motschen Date: Sat, 28 Jan 2023 20:10:27 +0100 Subject: [PATCH] Fix bed foot UV values --- .../assets/minecraft/models/block/template_bed_foot.json | 4 ++-- .../assets/minecraft/models/block/template_bed_foot.json | 4 ++-- .../assets/minecraft/models/block/template_bed_foot.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/resources/assets/minecraft/models/block/template_bed_foot.json b/src/main/resources/assets/minecraft/models/block/template_bed_foot.json index ba56e28..4b39788 100755 --- a/src/main/resources/assets/minecraft/models/block/template_bed_foot.json +++ b/src/main/resources/assets/minecraft/models/block/template_bed_foot.json @@ -21,7 +21,7 @@ "to": [16, 3, 3], "rotation": {"angle": 0, "axis": "y", "origin": [21, 8, 8]}, "faces": { - "north": {"uv": [13.25, 3.75, 14, 4.5], "texture": "#bed", "cullface": "north"}, + "north": {"uv": [14, 3.75, 13.25, 4.5], "texture": "#bed", "cullface": "north"}, "east": {"uv": [12.5, 3.75, 13.25, 4.5], "texture": "#bed", "cullface": "east"}, "south": {"uv": [14.75, 3.75, 15.5, 4.5], "texture": "#bed"}, "west": {"uv": [14, 3.75, 14.75, 4.5], "texture": "#bed"}, @@ -41,4 +41,4 @@ } } ] -} +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/connectedbeds/assets/minecraft/models/block/template_bed_foot.json b/src/main/resources/resourcepacks/connectedbeds/assets/minecraft/models/block/template_bed_foot.json index 5b355d4..1341330 100755 --- a/src/main/resources/resourcepacks/connectedbeds/assets/minecraft/models/block/template_bed_foot.json +++ b/src/main/resources/resourcepacks/connectedbeds/assets/minecraft/models/block/template_bed_foot.json @@ -21,7 +21,7 @@ "to": [16, 3, 3], "rotation": {"angle": 0, "axis": "y", "origin": [21, 8, 8]}, "faces": { - "north": {"uv": [13.25, 3.75, 14, 4.5], "texture": "#bed", "cullface": "east"}, + "north": {"uv": [14, 3.75, 13.25, 4.5], "texture": "#bed", "cullface": "east"}, "east": {"uv": [12.5, 3.75, 13.25, 4.5], "texture": "#bed", "cullface": "east"}, "south": {"uv": [14.75, 3.75, 15.5, 4.5], "texture": "#bed", "cullface": "east"}, "west": {"uv": [14, 3.75, 14.75, 4.5], "texture": "#bed", "cullface": "east"}, @@ -41,4 +41,4 @@ } } ] -} +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/fancyconnectedbeds/assets/minecraft/models/block/template_bed_foot.json b/src/main/resources/resourcepacks/fancyconnectedbeds/assets/minecraft/models/block/template_bed_foot.json index 07fc59d..efd8eb6 100644 --- a/src/main/resources/resourcepacks/fancyconnectedbeds/assets/minecraft/models/block/template_bed_foot.json +++ b/src/main/resources/resourcepacks/fancyconnectedbeds/assets/minecraft/models/block/template_bed_foot.json @@ -21,7 +21,7 @@ "to": [16, 3, 3], "rotation": {"angle": 0, "axis": "y", "origin": [21, 8, 8]}, "faces": { - "north": {"uv": [12.5, 0.75, 13.25, 1.5], "texture": "#bed", "cullface": "east"}, + "north": {"uv": [13.25, 0.75, 12.5, 1.5], "texture": "#bed", "cullface": "east"}, "east": {"uv": [14.75, 0.75, 15.5, 1.5], "texture": "#bed", "cullface": "east"}, "south": {"uv": [14, 0.75, 14.75, 1.5], "texture": "#bed", "cullface": "east"}, "west": {"uv": [13.25, 0.75, 14, 1.5], "texture": "#bed", "cullface": "east"}, @@ -41,4 +41,4 @@ } } ] -} +} \ No newline at end of file