Fix test mod shield JSON incorrect bottom face UV's (#4295)
This commit is contained in:
parent
78630a6bf1
commit
21e4803947
1 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@
|
|||
"from": [ -6, -11, 1 ],
|
||||
"to": [ 6, 11, 2 ],
|
||||
"faces": {
|
||||
"down": { "texture": "#shield", "uv": [ 3.25, 0.00, 25, 0.25 ] },
|
||||
"down": { "texture": "#shield", "uv": [ 3.50, 0.00, 6.25, 0.25 ] },
|
||||
"up": { "texture": "#shield", "uv": [ 0.25, 0.00, 3.25, 0.25 ] },
|
||||
"north": { "texture": "#shield", "uv": [ 3.50, 0.25, 6.50, 5.75 ] },
|
||||
"south": { "texture": "#shield", "uv": [ 0.25, 0.25, 3.25, 5.75 ] },
|
||||
|
@ -75,4 +75,4 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue