add some atlas elements to json

This commit is contained in:
Bixilon 2021-03-11 23:29:26 +01:00
parent 5e3c1002ba
commit 97c3e3232e
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -87,5 +87,41 @@
"end": [181, 73]
}
}
},
"minecraft:black_heart_container": {
"texture": "minecraft:textures/gui/icons.png",
"versions": {
"0": {
"start": [16, 0],
"end": [24, 8]
}
}
},
"minecraft:white_heart_container": {
"texture": "minecraft:textures/gui/icons.png",
"versions": {
"0": {
"start": [25, 0],
"end": [33, 8]
}
}
},
"minecraft:full_red_heart": {
"texture": "minecraft:textures/gui/icons.png",
"versions": {
"0": {
"start": [52, 0],
"end": [60, 8]
}
}
},
"minecraft:half_red_heart": {
"texture": "minecraft:textures/gui/icons.png",
"versions": {
"0": {
"start": [61, 0],
"end": [69, 8]
}
}
}
}