Fix bed foot UV values

This commit is contained in:
Motschen
2023-01-28 20:10:27 +01:00
parent 90119f93f0
commit 6be616e91e
3 changed files with 6 additions and 6 deletions

View File

@@ -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 @@
}
}
]
}
}

View File

@@ -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 @@
}
}
]
}
}

View File

@@ -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 @@
}
}
]
}
}