Skip to content

Commit abc0175

Browse files
Bump version to 1.10.0
1 parent 4e388f4 commit abc0175

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## Skyblock Mod 1.10.0 for 1.20.4
2+
3+
Add waypoints.
4+
See `/sbm waypoints`.
5+
6+
7+
## Skyblock Mod 1.9.0 for 1.20.4
8+
19
Add burrow estimation to Mythological Ritual Helper.
210
Fix Fairy Souls sometimes throwing an error when clicked.
311
Add mod name to log messages.

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@ Helpful features for Hypixel Skyblock ([Fabric](https://fabricmc.net/) 1.17+)
132132
- /jungle -> /warp jungle
133133
- /howl -> /warp howl
134134

135+
### Waypoints
136+
137+
- Custom waypoints on any island with support for skytils waypoints
138+
- /sbm waypoints: open the waypoints menu
139+
135140
### Misc
136141

137142
- /sbm options reload: reload options file

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ org.gradle.jvmargs = -Xmx1G
88
loader_version = 0.15.3
99

1010
# Mod Properties
11-
mod_version = 1.9.0
11+
mod_version = 1.10.0
1212
maven_group = com.kevinthegreat.skyblockmod
1313
archives_base_name = skyblock-mod
1414

0 commit comments

Comments
 (0)