File tree 3 files changed +14
-1
lines changed
3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
9
Add burrow estimation to Mythological Ritual Helper.
2
10
Fix Fairy Souls sometimes throwing an error when clicked.
3
11
Add mod name to log messages.
Original file line number Diff line number Diff line change @@ -132,6 +132,11 @@ Helpful features for Hypixel Skyblock ([Fabric](https://fabricmc.net/) 1.17+)
132
132
- /jungle -> /warp jungle
133
133
- /howl -> /warp howl
134
134
135
+ ### Waypoints
136
+
137
+ - Custom waypoints on any island with support for skytils waypoints
138
+ - /sbm waypoints: open the waypoints menu
139
+
135
140
### Misc
136
141
137
142
- /sbm options reload: reload options file
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ org.gradle.jvmargs = -Xmx1G
8
8
loader_version = 0.15.3
9
9
10
10
# Mod Properties
11
- mod_version = 1.9 .0
11
+ mod_version = 1.10 .0
12
12
maven_group = com.kevinthegreat.skyblockmod
13
13
archives_base_name = skyblock-mod
14
14
You can’t perform that action at this time.
0 commit comments