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 3d0b334b..66c34b77 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 @@ -78,5 +78,13 @@ "festive": { "texture": "ebwizardry:gui/spell_hud/festive", "metadata": "ebwizardry:gui/spell_hud/festive" + }, + "library": { + "texture": "ebwizardry:gui/spell_hud/library", + "metadata": "ebwizardry:gui/spell_hud/library" + }, + "altar": { + "texture": "ebwizardry:gui/spell_hud/altar", + "metadata": "ebwizardry:gui/spell_hud/altar" } } \ No newline at end of file diff --git a/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/altar.json b/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/altar.json new file mode 100644 index 00000000..232be8df --- /dev/null +++ b/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/altar.json @@ -0,0 +1,33 @@ +{ + "name": "Altar", + "description": "Imbuement altars are carved from a rare type of stone called blue malthrock, prized for both its beauty and its imperishability.", + "width": 128, + "height": 47, + "mirror": { + "x": true, + "y": true + }, + "spell_icon_inset": { + "x": 2, + "y": 2 + }, + "text_inset": { + "x": 42, + "y": 20 + }, + "spell_cascade_offset": { + "x": 2, + "y": 8 + }, + "cooldown_bar": { + "x": 37, + "y": 0, + "length": 77, + "height": 7, + "mirror": { + "x": false, + "y": true + }, + "show_when_full": true + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/altar.png b/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/altar.png new file mode 100644 index 00000000..fdd822a0 Binary files /dev/null and b/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/altar.png differ diff --git a/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/library.json b/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/library.json new file mode 100644 index 00000000..33a78c3b --- /dev/null +++ b/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/library.json @@ -0,0 +1,33 @@ +{ + "name": "Library", + "description": "I'm sure I put that book somewhere up here...", + "width": 128, + "height": 44, + "mirror": { + "x": true, + "y": true + }, + "spell_icon_inset": { + "x": 2, + "y": 5 + }, + "text_inset": { + "x": 45, + "y": 21 + }, + "spell_cascade_offset": { + "x": 2, + "y": 8 + }, + "cooldown_bar": { + "x": 40, + "y": 2, + "length": 82, + "height": 3, + "mirror": { + "x": true, + "y": true + }, + "show_when_full": true + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/library.png b/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/library.png new file mode 100644 index 00000000..5c889b93 Binary files /dev/null and b/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/library.png differ