1
0

fix: 修正模型 building_misc_a

This commit is contained in:
2025-04-05 18:23:05 +08:00
parent 9b51b05778
commit 2376759f7f

View File

@@ -9,16 +9,16 @@
}, },
"elements": [ "elements": [
{ {
"from": [0, 0, 14], "from": [0, 8, 14],
"to": [16, 8, 16], "to": [16, 16, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
"faces": { "faces": {
"north": {"uv": [0, 8, 16, 16], "texture": "#2"}, "north": {"uv": [0, 0, 16, 8], "texture": "#2"},
"east": {"uv": [0, 8, 2, 16], "texture": "#2", "cullface": "east"}, "east": {"uv": [0, 0, 2, 8], "texture": "#2", "cullface": "east"},
"south": {"uv": [0, 8, 16, 16], "texture": "#2", "cullface": "south"}, "south": {"uv": [0, 0, 16, 8], "texture": "#2", "cullface": "south"},
"west": {"uv": [14, 8, 16, 16], "texture": "#2", "cullface": "west"}, "west": {"uv": [14, 0, 16, 8], "texture": "#2", "cullface": "west"},
"up": {"uv": [0, 14, 16, 16], "texture": "#3"}, "up": {"uv": [0, 14, 16, 16], "texture": "#3", "cullface": "up"},
"down": {"uv": [0, 0, 16, 2], "texture": "#1", "cullface": "down"} "down": {"uv": [0, 0, 16, 2], "texture": "#1"}
} }
} }
] ]