File tree 4 files changed +9
-4
lines changed
java/com/kevinthegreat/skyblockmod/util
4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## Skyblock Mod 1.10.5 for 1.21
2
+
3
+ Prepare for removal of locraw from Skyblocker.
4
+
5
+
1
6
## Skyblock Mod 1.10.4 for 1.21
2
7
3
8
Support for 1.21.
Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ org.gradle.jvmargs = -Xmx1G
8
8
loader_version = 0.15.11
9
9
10
10
# Mod Properties
11
- mod_version = 1.10.4
11
+ mod_version = 1.10.5
12
12
maven_group = com.kevinthegreat.skyblockmod
13
13
archives_base_name = skyblock-mod
14
14
15
15
# Dependencies
16
16
fabric_version = 0.100.1+1.21
17
17
modmenu_version = 11.0.0-beta.1
18
- skyblocker_version = v1.21.0 +1.21
18
+ skyblocker_version = v1.21.1 +1.21
19
19
jgit_version = 6.9.0.202403050737-r
20
20
# # Apache Commons Math (https://mvnrepository.com/artifact/org.apache.commons/commons-math3)
21
21
commons_math_version = 3.6.1
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ private void updateFromScoreboard(MinecraftClient client) {
111
111
private void updateLocRaw () {
112
112
if (hypixel ) {
113
113
long currentTime = System .currentTimeMillis ();
114
- if (!sentLocRaw && currentTime > clientWorldJoinTime + 1000 && currentTime > lastLocRaw + 15000 && ! SKYBLOCKER_LOADED ) {
114
+ if (!sentLocRaw && currentTime > clientWorldJoinTime + 1000 && currentTime > lastLocRaw + 15000 ) {
115
115
SkyblockMod .skyblockMod .message .sendMessageAfterCooldown ("/locraw" );
116
116
sentLocRaw = true ;
117
117
lastLocRaw = currentTime ;
Original file line number Diff line number Diff line change 34
34
"depends" : {
35
35
"fabricloader" : " >=0.15" ,
36
36
"fabric" : " *" ,
37
- "minecraft" : " >=1.20.5 " ,
37
+ "minecraft" : " >=1.21 " ,
38
38
"java" : " >=21"
39
39
}
40
40
}
You can’t perform that action at this time.
0 commit comments