From 9d3439b25cb2aa5ea18f3ff498efbbcd11e327cc Mon Sep 17 00:00:00 2001 From: Electroblob77 <35599699+Electroblob77@users.noreply.github.com> Date: Thu, 2 Jul 2020 21:51:39 +0100 Subject: [PATCH] Rename no icon skin to compact --- .../ebwizardry/textures/gui/spell_hud/_index.json | 6 +++--- .../gui/spell_hud/{no_icon.json => compact.json} | 2 +- .../gui/spell_hud/{no_icon.png => compact.png} | Bin 3 files changed, 4 insertions(+), 4 deletions(-) rename src/main/resources/assets/ebwizardry/textures/gui/spell_hud/{no_icon.json => compact.json} (95%) rename src/main/resources/assets/ebwizardry/textures/gui/spell_hud/{no_icon.png => compact.png} (100%) 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