aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets
diff options
context:
space:
mode:
authorKevin <92656833+kevinthegreat1@users.noreply.github.com>2024-04-03 22:51:20 -0400
committerGitHub <noreply@github.com>2024-04-03 22:51:20 -0400
commit97a5b8a5e37f9c6701d1096d21912c270e65715e (patch)
treea602f7b9b926251224c9dde74d5ba28a5e2c96d2 /src/main/resources/assets
parent5905490983a96726cc28912aa66622190f2823d4 (diff)
parent771f02b8d90181a298b84d6d64afcb8785fd7d0d (diff)
downloadSkyblocker-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.json1
-rw-r--r--src/main/resources/assets/skyblocker/textures/gui/sprites/quick_craft/more_button.pngbin0 -> 210 bytes
-rw-r--r--src/main/resources/assets/skyblocker/textures/gui/sprites/quick_craft/more_button_disabled.pngbin0 -> 201 bytes
-rw-r--r--src/main/resources/assets/skyblocker/textures/gui/sprites/quick_craft/more_button_highlighted.pngbin0 -> 210 bytes
-rw-r--r--src/main/resources/assets/skyblocker/textures/gui/sprites/quick_craft/quick_craft_overlay.pngbin0 -> 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
new file mode 100644
index 00000000..7a6e3162
--- /dev/null
+++ b/src/main/resources/assets/skyblocker/textures/gui/sprites/quick_craft/more_button.png
Binary files 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
--- /dev/null
+++ b/src/main/resources/assets/skyblocker/textures/gui/sprites/quick_craft/more_button_disabled.png
Binary files 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
--- /dev/null
+++ b/src/main/resources/assets/skyblocker/textures/gui/sprites/quick_craft/more_button_highlighted.png
Binary files 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
--- /dev/null
+++ b/src/main/resources/assets/skyblocker/textures/gui/sprites/quick_craft/quick_craft_overlay.png
Binary files differ