diff --git a/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/_index.json b/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/_index.json index c61e8b52..3d0b334b 100644 --- a/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/_index.json +++ b/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/_index.json @@ -39,9 +39,9 @@ "texture": "ebwizardry:gui/spell_hud/minimal", "metadata": "ebwizardry:gui/spell_hud/minimal" }, - "no_icon": { - "texture": "ebwizardry:gui/spell_hud/no_icon", - "metadata": "ebwizardry:gui/spell_hud/no_icon" + "compact": { + "texture": "ebwizardry:gui/spell_hud/compact", + "metadata": "ebwizardry:gui/spell_hud/compact" }, "skyrim_style": { "texture": "ebwizardry:gui/spell_hud/skyrim_style", diff --git a/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/no_icon.json b/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/compact.json similarity index 95% rename from src/main/resources/assets/ebwizardry/textures/gui/spell_hud/no_icon.json rename to src/main/resources/assets/ebwizardry/textures/gui/spell_hud/compact.json index cbee2a6f..c8b24990 100644 --- a/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/no_icon.json +++ b/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/compact.json @@ -1,5 +1,5 @@ { - "name": "No Icon", + "name": "Compact", "description": "A variation on the default skin that doesn't show the spell icon.", "width": 96, "height": 37, diff --git a/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/no_icon.png b/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/compact.png similarity index 100% rename from src/main/resources/assets/ebwizardry/textures/gui/spell_hud/no_icon.png rename to src/main/resources/assets/ebwizardry/textures/gui/spell_hud/compact.png