mirror of
https://github.com/TeamMidnightDust/BetterBeds.git
synced 2025-12-15 13:05:09 +01:00
Fix bed foot UV values
This commit is contained in:
@@ -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 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -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 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -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 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user