From 97c3e3232e86b03874e48042e86139dcbafc9350 Mon Sep 17 00:00:00 2001 From: Bixilon Date: Thu, 11 Mar 2021 23:29:26 +0100 Subject: [PATCH] add some atlas elements to json --- .../assets/minosoft/mapping/atlas.json | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/src/main/resources/assets/minosoft/mapping/atlas.json b/src/main/resources/assets/minosoft/mapping/atlas.json index f9c7e2241..b99725aba 100644 --- a/src/main/resources/assets/minosoft/mapping/atlas.json +++ b/src/main/resources/assets/minosoft/mapping/atlas.json @@ -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] + } + } } }