From 651fdf3eb7a59d9170fa11a104b73303780bcd85 Mon Sep 17 00:00:00 2001 From: vicisacat Date: Sat, 16 Mar 2024 18:23:29 +0100 Subject: Funky looking thing --- .../textures/gui/sprites/quick_craft/more_button.png | Bin 0 -> 210 bytes .../gui/sprites/quick_craft/more_button_disabled.png | Bin 0 -> 201 bytes .../gui/sprites/quick_craft/more_button_highlighted.png | Bin 0 -> 210 bytes .../gui/sprites/quick_craft/quick_craft_overlay.png | Bin 0 -> 250 bytes 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/main/resources/assets/skyblocker/textures/gui/sprites/quick_craft/more_button.png create mode 100644 src/main/resources/assets/skyblocker/textures/gui/sprites/quick_craft/more_button_disabled.png create mode 100644 src/main/resources/assets/skyblocker/textures/gui/sprites/quick_craft/more_button_highlighted.png create mode 100644 src/main/resources/assets/skyblocker/textures/gui/sprites/quick_craft/quick_craft_overlay.png (limited to 'src/main/resources') 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 new file mode 100644 index 00000000..7a6e3162 Binary files /dev/null and b/src/main/resources/assets/skyblocker/textures/gui/sprites/quick_craft/more_button.png differ 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 new file mode 100644 index 00000000..02a22b4f Binary files /dev/null and b/src/main/resources/assets/skyblocker/textures/gui/sprites/quick_craft/more_button_disabled.png differ 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 new file mode 100644 index 00000000..be41b321 Binary files /dev/null and b/src/main/resources/assets/skyblocker/textures/gui/sprites/quick_craft/more_button_highlighted.png differ 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 new file mode 100644 index 00000000..d8cf0c2b Binary files /dev/null and b/src/main/resources/assets/skyblocker/textures/gui/sprites/quick_craft/quick_craft_overlay.png differ -- cgit From a0590e547cc9b033f1858afa6ca6d9d4c9e820b4 Mon Sep 17 00:00:00 2001 From: vicisacat Date: Tue, 2 Apr 2024 17:59:08 +0200 Subject: config --- src/main/resources/assets/skyblocker/lang/en_us.json | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/resources') diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index dd44b8fe..878b3652 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.fancyCraftingUi": "Fancy Crafting 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", -- cgit From 771f02b8d90181a298b84d6d64afcb8785fd7d0d Mon Sep 17 00:00:00 2001 From: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> Date: Wed, 3 Apr 2024 16:51:00 -0400 Subject: Refactor Fancy Crafting Table --- src/main/resources/assets/skyblocker/lang/en_us.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources') diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index 878b3652..9ed5e4d0 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -154,7 +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.fancyCraftingUi": "Fancy Crafting UI", + "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", -- cgit