From a17106db8da3d091b1e65bba4394e3dce948c73a Mon Sep 17 00:00:00 2001 From: Bixilon Date: Fri, 24 Sep 2021 15:10:13 +0200 Subject: [PATCH] fix hotbar atlas mapping in < 1.15 --- src/main/resources/assets/minosoft/mapping/atlas.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/assets/minosoft/mapping/atlas.json b/src/main/resources/assets/minosoft/mapping/atlas.json index c65dc94e4..5889bd4c6 100644 --- a/src/main/resources/assets/minosoft/mapping/atlas.json +++ b/src/main/resources/assets/minosoft/mapping/atlas.json @@ -1,6 +1,6 @@ { "minecraft:hotbar_base": { - "567": { + "0": { "texture": "minecraft:textures/gui/widgets.png", "start": [0, 0], "end": [182, 22], @@ -45,7 +45,7 @@ } }, "minecraft:hotbar_frame": { - "567": { + "0": { "texture": "minecraft:textures/gui/widgets.png", "start": [0, 22], "end": [24, 46]