aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorAlex <8379108+Alex33856@users.noreply.github.com>2025-07-24 16:04:24 -0400
committerGitHub <noreply@github.com>2025-07-24 16:04:24 -0400
commitab85baafd92ea6f46a879005adb5a40629bbd64d (patch)
tree92403035f1f2771b683f22d656ef5dd049a3310a /src/main/resources
parent4126dccbb67f4afd2eae791e61fde6526a9ca7c5 (diff)
downloadSkyblocker-ab85baafd92ea6f46a879005adb5a40629bbd64d.tar.gz
Skyblocker-ab85baafd92ea6f46a879005adb5a40629bbd64d.tar.bz2
Skyblocker-ab85baafd92ea6f46a879005adb5a40629bbd64d.zip
REI /viewrecipe Crafting, Skyblock Info Display (#1496)
* Skyblock Info Display + /viewrecipe Crafting * Don't register global display generator if already there * Check if /viewrecipe failed, use similar system for item price lookup failure * Exclude Forge recipes * Update comment * Update Item Price Lookup keybind translation
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/assets/skyblocker/lang/en_us.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json
index 502cb5ea..16c0d6ad 100644
--- a/src/main/resources/assets/skyblocker/lang/en_us.json
+++ b/src/main/resources/assets/skyblocker/lang/en_us.json
@@ -13,7 +13,7 @@
"key.wikiLookup.fandom": "Fandom Wiki Lookup",
"key.itemProtection": "Protect Item",
"key.skyblocker.slottext": "Slot Text",
- "key.itemPriceLookup": "Bazaar Lookup",
+ "key.itemPriceLookup": "Item Price Lookup",
"key.itemPriceRefresh": "Bazaar Refresh",
@@ -1556,5 +1556,9 @@
"skyblocker.chat.confirmationPromptNotification": "Click anywhere on screen within 60 seconds to accept the prompt.",
"emi.category.skyblocker.skyblock_crafting": "Crafting (Skyblock)",
- "emi.category.skyblocker.skyblock_forge": "Dwarven Forge (Skyblock)"
+ "emi.category.skyblocker.skyblock_forge": "Dwarven Forge (Skyblock)",
+ "emi.category.skyblocker.skyblock_info": "Skyblock Info",
+ "skyblocker.rei.skyblockInfo.failedToFind": "Unable to find!",
+ "skyblocker.rei.transfer.noRecipe": "No Skyblock recipe found!",
+ "skyblocker.rei.transfer.failed": "Failed to open recipe!\nCheck chat for more info."
}