Skip to content

Commit ba6385d

Browse files
committed
Fix tree_pot.json north uv
1 parent 1e699f5 commit ba6385d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/assets/blockus/models/block/tree_pot.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"from": [6, 9, 6],
2525
"to": [10, 17, 10],
2626
"faces": {
27-
"north": {"uv": [0, 0, 8, 17], "texture": "#log"},
27+
"north": {"uv": [0, 0, 8, 16], "texture": "#log"},
2828
"east": {"uv": [8, 0, 16, 16], "texture": "#log"},
2929
"south": {"uv": [0, 0, 8, 16], "texture": "#log"},
3030
"west": {"uv": [8, 0, 16, 16], "texture": "#log"},

0 commit comments

Comments
 (0)