Fix test mod shield JSON incorrect bottom face UV's (#4295)

This commit is contained in:
Samuel-Harbord 2017-09-23 17:27:11 -04:00 committed by mezz
parent 78630a6bf1
commit 21e4803947

View file

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