aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/assets/skyblocker/lang/en_us.json22
-rw-r--r--src/main/resources/assets/skyblocker/textures/gui/sprites/notification.pngbin0 -> 157 bytes
-rw-r--r--src/main/resources/assets/skyblocker/textures/gui/sprites/notification.png.mcmeta10
-rw-r--r--src/main/resources/fabric.mod.json11
4 files changed, 39 insertions, 4 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json
index 98a7b2c9..7b589243 100644
--- a/src/main/resources/assets/skyblocker/lang/en_us.json
+++ b/src/main/resources/assets/skyblocker/lang/en_us.json
@@ -210,6 +210,8 @@
"skyblocker.config.general.itemInfoDisplay.itemRarityBackgrounds": "Item Rarity Backgrounds",
"skyblocker.config.general.itemInfoDisplay.itemRarityBackgrounds.@Tooltip": "Displays a colored background behind an item, the color represents the item's rarity.",
"skyblocker.config.general.itemInfoDisplay.itemRarityBackgroundsOpacity": "Item Rarity Backgrounds Opacity",
+ "skyblocker.config.general.itemInfoDisplay.slotText": "Slot Text",
+ "skyblocker.config.general.itemInfoDisplay.slotText.@Tooltip": "Displays information such as enchantment book level, minion level, pet level, potion level, prehistoric egg blocks walked, rancher's boots speed cap, and skill level",
"skyblocker.config.general.itemList": "Item List",
"skyblocker.config.general.itemList.enableItemList": "Enable Item List",
@@ -251,6 +253,9 @@
"skyblocker.config.general.quiverWarning.enableQuiverWarningInDungeons": "Enable Quiver Warning In Dungeons",
"skyblocker.config.general.searchOverlay.historyLabel": "History:",
+ "skyblocker.config.general.searchOverlay.starsTooltip": "Star count for dungeon items",
+ "skyblocker.config.general.searchOverlay.maxPet": "Max Pet Level",
+ "skyblocker.config.general.searchOverlay.maxPet.@Tooltip": "Only show pets that are max level",
"skyblocker.config.general.shortcuts": "Shortcuts",
"skyblocker.config.general.shortcuts.config": "Shortcuts Config...",
@@ -393,6 +398,14 @@
"skyblocker.config.chat.filter.hideToggleSkyMall": "Hide Toggle Sky Mall Messages",
"skyblocker.config.chat.filter.hideToggleSkyMall.@Tooltip": "Hides those pesky messages telling you to disable the Sky Mall HOTM perk when you want it enabled!",
+ "skyblocker.config.eventNotifications": "Event Notifications",
+
+ "skyblocker.config.eventNotifications.monologue": "can you pls log onto skyblock rq pls? that would be cool cuz like if you are seeing dis then it means that ur config either got cleared or that this is ur first time using the mod if so then thanks for choosing it and hopefully you enjoy it! so yea this is where you will be able to set reminders for all events in skyblock they will be added as you encounter so you first need to log onto skyblock so yea hope you enjoy the mod and all that",
+ "skyblocker.config.eventNotifications.notificationSound": "Notification Sound",
+ "skyblocker.config.eventNotifications.@Tooltip[0]": "Configure how much time before an event you will be reminded with a notification toast! For example if you set '5m' and '30s' in the list, you will receive a notification 5 minutes before and another 30 seconds before an event starts.",
+ "skyblocker.config.eventNotifications.@Tooltip[1]": "The order doesn't matter. If you want to disable notifications, just empty the list.",
+ "skyblocker.config.eventNotifications.@Tooltip[2]": "This list will modify the '%s' event",
+
"skyblocker.config.mining": "Mining",
"skyblocker.config.mining.commissionWaypoints": "Commission Waypoints",
@@ -500,7 +513,6 @@
"skyblocker.config.quickNav.button.render": "Render",
"skyblocker.config.quickNav.button.uiTitle": "UI Title",
"skyblocker.config.quickNav.enableQuickNav": "Enable Quick Navigation",
- "skyblocker.config.quickNav.enableExtendedQuickNav": "Enable Extended Quick Navigation",
"skyblocker.config.slayer": "Slayers",
@@ -695,6 +707,14 @@
"skyblocker.end.hud.protectorLocations.rightFront": "Right Front",
"skyblocker.end.hud.protectorLocations.rightBack": "Right Back",
+ "skyblocker.events.startsNow": "%s starts now!",
+ "skyblocker.events.startsSoon": "%s starts soon!",
+ "skyblocker.events.tab.endsIn": "Ends in %s",
+ "skyblocker.events.tab.clickToWarp": "Click to warp!",
+ "skyblocker.events.tab.noMore": "No more this year!",
+ "skyblocker.events.tab.startsIn": "Starts in %s",
+
+
"skyblocker.garden.hud.mouseLocked": "Mouse locked.",
"skyblocker.fishing.reelNow": "Reel in now!",
diff --git a/src/main/resources/assets/skyblocker/textures/gui/sprites/notification.png b/src/main/resources/assets/skyblocker/textures/gui/sprites/notification.png
new file mode 100644
index 00000000..8f272cd7
--- /dev/null
+++ b/src/main/resources/assets/skyblocker/textures/gui/sprites/notification.png
Binary files differ
diff --git a/src/main/resources/assets/skyblocker/textures/gui/sprites/notification.png.mcmeta b/src/main/resources/assets/skyblocker/textures/gui/sprites/notification.png.mcmeta
new file mode 100644
index 00000000..c514d54c
--- /dev/null
+++ b/src/main/resources/assets/skyblocker/textures/gui/sprites/notification.png.mcmeta
@@ -0,0 +1,10 @@
+{
+ "gui": {
+ "scaling": {
+ "type": "nine_slice",
+ "width": 160,
+ "height": 32,
+ "border": 4
+ }
+ }
+} \ No newline at end of file
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 645eda34..f75159f5 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -34,13 +34,13 @@
"accessWidener": "skyblocker.accesswidener",
"depends": {
"fabricloader": ">=0.15.10",
- "fabric-api": ">=0.97.8+1.20.6",
- "yet_another_config_lib_v3": ">=3.4.1+1.20.5",
+ "fabric-api": ">=0.100.0+1.20.6",
+ "yet_another_config_lib_v3": ">=3.4.4+1.20.6",
"minecraft": "~1.20.5",
"java": ">=21"
},
"conflicts": {
- "immediatelyfast": "<=1.2.12+1.20.5"
+ "immediatelyfast": "<=1.2.17+1.20.6"
},
"breaks": {
"forcecloseworldloadingscreen": "<=2.2.0"
@@ -52,6 +52,11 @@
"modmenu.modrinth": "https://modrinth.com/mod/skyblocker-liap",
"text.skyblocker.translate": "https://translate.hysky.de"
}
+ },
+ "loom:injected_interfaces": {
+ "net/minecraft/class_1799": [
+ "de/hysky/skyblocker/injected/SkyblockerStack"
+ ]
}
}
}