diff options
author | Kevin <92656833+kevinthegreat1@users.noreply.github.com> | 2024-04-03 22:51:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-03 22:51:20 -0400 |
commit | 97a5b8a5e37f9c6701d1096d21912c270e65715e (patch) | |
tree | a602f7b9b926251224c9dde74d5ba28a5e2c96d2 /src/main/resources/assets | |
parent | 5905490983a96726cc28912aa66622190f2823d4 (diff) | |
parent | 771f02b8d90181a298b84d6d64afcb8785fd7d0d (diff) | |
download | Skyblocker-97a5b8a5e37f9c6701d1096d21912c270e65715e.tar.gz Skyblocker-97a5b8a5e37f9c6701d1096d21912c270e65715e.tar.bz2 Skyblocker-97a5b8a5e37f9c6701d1096d21912c270e65715e.zip |
Merge pull request #599 from viciscat/crafting-ui
Make the crafting UI look like the vanilla crafting table
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 1 | ||||
-rw-r--r-- | src/main/resources/assets/skyblocker/textures/gui/sprites/quick_craft/more_button.png | bin | 0 -> 210 bytes | |||
-rw-r--r-- | src/main/resources/assets/skyblocker/textures/gui/sprites/quick_craft/more_button_disabled.png | bin | 0 -> 201 bytes | |||
-rw-r--r-- | src/main/resources/assets/skyblocker/textures/gui/sprites/quick_craft/more_button_highlighted.png | bin | 0 -> 210 bytes | |||
-rw-r--r-- | src/main/resources/assets/skyblocker/textures/gui/sprites/quick_craft/quick_craft_overlay.png | bin | 0 -> 250 bytes |
5 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index dd44b8fe..9ed5e4d0 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -154,6 +154,7 @@ "text.autoconfig.skyblocker.option.general.searchOverlay.enableCommands.@Tooltip": "Opens the bazaar search with \"/bzs\" and auction house with \"/ahs\". A re-log is required for this setting to be updated.", "text.autoconfig.skyblocker.option.general.searchOverlay.historyLabel": "History:", "text.autoconfig.skyblocker.option.general.betterPartyFinder": "Better Party Finder", + "text.autoconfig.skyblocker.option.general.fancyCraftingTable": "Fancy Crafting Table UI", "skyblocker.itemTooltip.nullMessage": "§cItem price information on tooltip will renew in max 60 seconds. If not, check latest.log", "skyblocker.itemTooltip.noData": "§cNo Data", diff --git a/src/main/resources/assets/skyblocker/textures/gui/sprites/quick_craft/more_button.png b/src/main/resources/assets/skyblocker/textures/gui/sprites/quick_craft/more_button.png Binary files differnew file mode 100644 index 00000000..7a6e3162 --- /dev/null +++ b/src/main/resources/assets/skyblocker/textures/gui/sprites/quick_craft/more_button.png diff --git a/src/main/resources/assets/skyblocker/textures/gui/sprites/quick_craft/more_button_disabled.png b/src/main/resources/assets/skyblocker/textures/gui/sprites/quick_craft/more_button_disabled.png Binary files differnew file mode 100644 index 00000000..02a22b4f --- /dev/null +++ b/src/main/resources/assets/skyblocker/textures/gui/sprites/quick_craft/more_button_disabled.png diff --git a/src/main/resources/assets/skyblocker/textures/gui/sprites/quick_craft/more_button_highlighted.png b/src/main/resources/assets/skyblocker/textures/gui/sprites/quick_craft/more_button_highlighted.png Binary files differnew file mode 100644 index 00000000..be41b321 --- /dev/null +++ b/src/main/resources/assets/skyblocker/textures/gui/sprites/quick_craft/more_button_highlighted.png diff --git a/src/main/resources/assets/skyblocker/textures/gui/sprites/quick_craft/quick_craft_overlay.png b/src/main/resources/assets/skyblocker/textures/gui/sprites/quick_craft/quick_craft_overlay.png Binary files differnew file mode 100644 index 00000000..d8cf0c2b --- /dev/null +++ b/src/main/resources/assets/skyblocker/textures/gui/sprites/quick_craft/quick_craft_overlay.png |