Skip to content

Commit 7c8753f

Browse files
authored
Merge branch 'master' into Slayers
2 parents 1952562 + 2a0d2dc commit 7c8753f

File tree

299 files changed

+1172
-1182
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

299 files changed

+1172
-1182
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ body:
3535
label: Minecraft Version
3636
description: What version of Minecraft are you running? If you do not know what version you are using, look in the bottom left corner of the main menu in game.
3737
options:
38+
- "1.21.11"
3839
- "1.21.9/1.21.10"
3940
- "1.21.6-1.21.8"
4041
- "1.21.5"
@@ -45,7 +46,7 @@ body:
4546
attributes:
4647
label: Skyblocker Version
4748
description: What version of Skyblocker are you running? Every part is important! If you do not know what version you are using, look at the file name in your "mods" folder.
48-
placeholder: ex. skyblocker-5.0.0+1.21.10.jar
49+
placeholder: ex. skyblocker-5.0.0+1.21.11.jar
4950
validations:
5051
required: true
5152
- type: textarea

.github/ISSUE_TEMPLATE/crash_report.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ body:
1616
label: Minecraft Version
1717
description: What version of Minecraft are you running? If you do not know what version you are using, look in the bottom left corner of the main menu in game.
1818
options:
19+
- "1.21.11"
1920
- "1.21.9/1.21.10"
2021
- "1.21.6-1.21.8"
2122
- "1.21.5"
@@ -26,7 +27,7 @@ body:
2627
attributes:
2728
label: Skyblocker Version
2829
description: What version of Skyblocker are you running? Every part is important! If you do not know what version you are using, look at the file name in your "mods" folder.
29-
placeholder: ex. skyblocker-5.0.0+1.21.10.jar
30+
placeholder: ex. skyblocker-5.0.0+1.21.11.jar
3031
validations:
3132
required: true
3233
- type: textarea

CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,56 @@
1+
# Release 5.10.0
2+
3+
## Highlight
4+
* Add Room and Secret Syncing
5+
* Rooms opened and secrets found by other players will sync to everybody in the run with Skyblocker.
6+
* Add Item Value Breakdown Popup
7+
* Press I while hovering over an item to view a breakdown of its value.
8+
* Add Anvil Helper
9+
* Add Pickobulus Helper
10+
* Add support for Greenhouse crops
11+
* Improve Etherwarp Teleport Overlay
12+
* Update Enchant Abbreviations
13+
* Fix Inventory Search bugs
14+
* Fix Redstone Key Secrets
15+
* Fix Trap Room names
16+
* Fix Slayer XP Buff perk not stacking with Aura's Work Smarter perk
17+
* Fix Moby Duck not being a protected consumable
18+
* Fix rarely saving original item names as custom names
19+
* Fix Null Pointer Exception with PlainTextComponents
20+
* Fix Builder's Wand Block Preview Bug
21+
22+
## What's Changed
23+
* Avoid Star Imports .editorconfig by @Alex33856 in https://github.com/SkyblockerMod/Skyblocker/pull/1902
24+
* Minor Config Description Changes by @Alex33856 in https://github.com/SkyblockerMod/Skyblocker/pull/1908
25+
* Fix builder wand block preview bug by @TheTerrariaGuy in https://github.com/SkyblockerMod/Skyblocker/pull/1897
26+
* More Mayor Fixes by @Alex33856 in https://github.com/SkyblockerMod/Skyblocker/pull/1903
27+
* do not save original item name as a custom name by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/1909
28+
* Cache lore strings by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/1893
29+
* Account for Slayer XP Buff Minister Perk by @Alex33856 in https://github.com/SkyblockerMod/Skyblocker/pull/1913
30+
* value breakdown popup by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/1793
31+
* Add anvil helper by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/1916
32+
* Redstone Key Secret Fix by @Alex33856 in https://github.com/SkyblockerMod/Skyblocker/pull/1891
33+
* Translations update from hysky translate by @Weblate-LifeIsAParadox in https://github.com/SkyblockerMod/Skyblocker/pull/1898
34+
* rename keybind translation keys by @viciscat in https://github.com/SkyblockerMod/Skyblocker/pull/1905
35+
* Add greenhouse crops by @IllagerCaptain in https://github.com/SkyblockerMod/Skyblocker/pull/1921
36+
* Inventory Search Fixes by @Alex33856 in https://github.com/SkyblockerMod/Skyblocker/pull/1918
37+
* Update enchantment abbreviations by @Bedrock-Armor in https://github.com/SkyblockerMod/Skyblocker/pull/1917
38+
* Use Chest Animation For Chest Secret Detection by @Alex33856 in https://github.com/SkyblockerMod/Skyblocker/pull/1873
39+
* Slightly Improve Etherwarp Teleport Overlay by @Alex33856 in https://github.com/SkyblockerMod/Skyblocker/pull/1662
40+
* Structure Template <-> Skeleton File Converter by @Alex33856 in https://github.com/SkyblockerMod/Skyblocker/pull/1675
41+
* Add Dungeon Secret Sync over WS by @Alex33856 in https://github.com/SkyblockerMod/Skyblocker/pull/1874
42+
* Add Pickobulus Helper by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/1894
43+
* Rename Trap Rooms by @Alex33856 in https://github.com/SkyblockerMod/Skyblocker/pull/1928
44+
* Fix some Null warnings in Dungeon package by @Alex33856 in https://github.com/SkyblockerMod/Skyblocker/pull/1911
45+
* Fix null pointer exception when PlainTextComponent constructors are called with null text. by @Nengyi-Jonathan-Jiang in https://github.com/SkyblockerMod/Skyblocker/pull/1929
46+
47+
## New Contributors
48+
* @TheTerrariaGuy made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/1897
49+
* @Nengyi-Jonathan-Jiang made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/1929
50+
51+
**Full Changelog**: https://github.com/SkyblockerMod/Skyblocker/compare/v5.9.1+1.21.10...v5.10.0+1.21.10
52+
___
53+
154
# Release 5.9.1
255

356
## Highlight

FEATURES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
### Dungeon Features:
22
- **Fancy Party Finder GUI**
33
- **Secrets Waypoint Highlight:** Fully customizable
4+
- **Room and Secret Syncing**
45
- **Fancy Minimap & Score**
56
- Support for showing player heads
67
- Integration with Spirit Leap Overlay
@@ -162,6 +163,7 @@
162163
- **Powder HUD**
163164
- **Ordered Waypoints**
164165
- Basic ordered waypoint commands
166+
- **Pickobulus Helper**
165167

166168
### Rift Features:
167169
- **Mirrorverse Waypoints**
@@ -312,6 +314,7 @@
312314
- **Sack Message Prices**
313315
- **Bazaar order tracker**
314316
- **Builder's wand preview**
317+
- **Item Value Breakdown Popup**
315318

316319
### Barn Features:
317320
- **Barn Solver:**
@@ -361,6 +364,7 @@
361364
- **Disable All Command**
362365
- **Abiphone Call Prompts**
363366
- Adds clickable messages in chat to quickly call Trevor the Trapper, Maddox, and Queen Mismyla
367+
- **Anvil Helper**
364368

365369
### Miscellaneous Features:
366370
- **[Roughly Enough Items (REI)](https://modrinth.com/mod/rei), [EMI](https://modrinth.com/mod/emi) and [JEI](https://modrinth.com/mod/jei/) Support**

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
\
99
[![Discord](https://img.shields.io/discord/879732108745125969?logo=discord&labelColor=cecece&color=7289DA&label=)](https://discord.com/invite/aNNJHQykck)
1010

11-
Hypixel Skyblock Mod for Minecraft 1.21.10
11+
Hypixel Skyblock Mod for Minecraft 1.21.11
1212

1313
Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/installation) or use our [Modpack](https://modrinth.com/modpack/skyblocker-modpack)
1414
## Features
@@ -19,6 +19,7 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in
1919
### Dungeon Features:
2020
- **Fancy Party Finder GUI**
2121
- **Secrets Waypoint Highlight:** Fully customizable
22+
- **Room and Secret Syncing**
2223
- **Fancy Minimap & Score**
2324
- Support for showing player heads
2425
- Integration with Spirit Leap Overlay
@@ -180,6 +181,7 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in
180181
- **Powder HUD**
181182
- **Ordered Waypoints**
182183
- Basic ordered waypoint commands
184+
- **Pickobulus Helper**
183185

184186
### Rift Features:
185187
- **Mirrorverse Waypoints**
@@ -314,7 +316,7 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in
314316
- *Skyblock ID*
315317
- *Bazaar Reorder Helper*
316318
- **Quick Navigation:** Fully customizable fast navigation between pets, armor, storage, skill, collection, crafting, enchant, anvil, warp dungeon, and warp hub.
317-
- Item Selector
319+
- Item Selector
318320
- **Recipe Book:** Lists all Skyblock items in the vanilla recipe book, allowing you to see the recipe of the item.
319321
- Crafting
320322
- Forge
@@ -330,6 +332,7 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in
330332
- **Sack Message Prices**
331333
- **Bazaar order tracker**
332334
- **Builder's wand preview**
335+
- **Item Value Breakdown Popup**
333336

334337
### Barn Features:
335338
- **Barn Solver:**
@@ -379,6 +382,7 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in
379382
- **Disable All Command**
380383
- **Abiphone Call Prompts**
381384
- Adds clickable messages in chat to quickly call Trevor the Trapper, Maddox, and Queen Mismyla
385+
- **Anvil Helper**
382386

383387
### Miscellaneous Features:
384388
- **[Roughly Enough Items (REI)](https://modrinth.com/mod/rei), [EMI](https://modrinth.com/mod/emi) and [JEI](https://modrinth.com/mod/jei/) Support**

build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
// Building
3-
id 'fabric-loom' version "${loom_version}"
3+
id 'net.fabricmc.fabric-loom-remap' version "${loom_version}"
44
id "de.hysky.skyblocker.annotation-processor"
55
id "com.diffplug.spotless" version "${spotless_version}"
66
id "checkstyle"
@@ -206,9 +206,6 @@ dependencies {
206206
// Apache Commons Text
207207
include implementation("org.apache.commons:commons-text:${project.commons_text_version}")
208208

209-
// JSpecify Annotations
210-
include implementation("org.jspecify:jspecify:1.0.0")
211-
212209
// Fabric Language Kotlin for using MoulConfig - we are still a Java-exclusive mod
213210
modImplementation("net.fabricmc:fabric-language-kotlin:${project.flk_version}")
214211
}

checkstyle.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@
3939
<module name="IllegalImport"/>
4040
<module name="RedundantImport"/>
4141
<module name="UnusedImports"/>
42+
<module name="IllegalImport">
43+
<property name="illegalClasses" value="org.jetbrains.annotations.Nullable"/>
44+
<property name="illegalClasses" value="org.jetbrains.annotations.NotNull"/>
45+
<property name="illegalClasses" value="org.jetbrains.annotations.NotNullByDefault"/>
46+
<!-- Since everything is @NullMarked this should not be used, prefer Objects#requireNonNull -->
47+
<property name="illegalClasses" value="org.jspecify.annotations.NonNull"/>
48+
</module>
4249

4350
<module name="SeparatorWrap">
4451
<property name="tokens" value="DOT,ELLIPSIS,AT"/>

gradle.properties

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,26 @@ org.gradle.parallel=true
33
org.gradle.configuration-cache=false
44

55
# Fabric Properties (https://fabricmc.net/versions.html)
6-
minecraft_version=1.21.10
7-
yarn_mappings=1.21.10+build.2
8-
loader_version=0.17.3
9-
loom_version=1.13-SNAPSHOT
6+
minecraft_version=1.21.11
7+
yarn_mappings=1.21.11+build.2
8+
loader_version=0.18.2
9+
loom_version=1.14-SNAPSHOT
1010

1111
# Fabric API
12-
fabric_api_version=0.137.0+1.21.10
12+
fabric_api_version=0.139.4+1.21.11
1313

1414
# Minecraft Mods
1515
## Dandelion
1616
dandelion_version=1.0.0-alpha.10+1.21.10
1717
## YACL (https://github.com/isXander/YetAnotherConfigLib)
18-
yacl_version=3.8.0+1.21.9
18+
yacl_version=3.8.1+1.21.11
1919
## MoulConfig (https://github.com/NotEnoughUpdates/MoulConfig)
2020
moulconfig_flavour=modern-1.21.7
2121
moulconfig_version=4.0.1-beta
2222
## HM API (https://github.com/AzureAaron/hm-api)
2323
hm_api_version=1.0.1+1.21.2
2424
## Mod Menu (https://modrinth.com/mod/modmenu/versions)
25-
mod_menu_version = 16.0.0-rc.1
25+
mod_menu_version = 17.0.0-alpha.1
2626
## REI (https://modrinth.com/mod/rei/versions?l=fabric)
2727
rei_version = 19.0.806
2828
## EMI (https://modrinth.com/mod/emi/versions)
@@ -48,18 +48,18 @@ jgit_version = 7.4.0.202509020913-r
4848
## Apache Commons Math (https://mvnrepository.com/artifact/org.apache.commons/commons-math3)
4949
commons_math_version = 3.6.1
5050
## Apache Commons Text (https://mvnrepository.com/artifact/org.apache.commons/commons-text)
51-
commons_text_version = 1.14.0
51+
commons_text_version = 1.15.0
5252

5353
# Miscellaneous Gradle Plugins
5454
## Spotless (https://github.com/diffplug/spotless)
55-
spotless_version=8.0.0
55+
spotless_version=8.1.0
5656
## Checkstyle (https://checkstyle.sourceforge.io)
57-
checkstyle_version=12.1.1
57+
checkstyle_version=12.2.0
5858
## Mod Publish Plugin (https://github.com/modmuss50/mod-publish-plugin)
5959
mod_publish_plugin_version=1.1.0
6060

6161
# Mod Properties
62-
mod_version = 5.9.1
62+
mod_version = 5.10.0
6363
maven_group = de.hysky
6464
archives_base_name = skyblocker
6565
modrinth_id=y6DuFGwJ

gradle/wrapper/gradle-wrapper.jar

176 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)