fix hotbar atlas mapping in < 1.15

This commit is contained in:
Bixilon 2021-09-24 15:10:13 +02:00
parent 5fa6c42ed1
commit a17106db8d
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -1,6 +1,6 @@
{ {
"minecraft:hotbar_base": { "minecraft:hotbar_base": {
"567": { "0": {
"texture": "minecraft:textures/gui/widgets.png", "texture": "minecraft:textures/gui/widgets.png",
"start": [0, 0], "start": [0, 0],
"end": [182, 22], "end": [182, 22],
@ -45,7 +45,7 @@
} }
}, },
"minecraft:hotbar_frame": { "minecraft:hotbar_frame": {
"567": { "0": {
"texture": "minecraft:textures/gui/widgets.png", "texture": "minecraft:textures/gui/widgets.png",
"start": [0, 22], "start": [0, 22],
"end": [24, 46] "end": [24, 46]