File tree 3 files changed +13
-6
lines changed
3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## Skyblock Mod 1.10.3 for 1.20.6
2
+
3
+ Fix waypoints crashing when entering some invalid numbers as coordinates.
4
+
5
+
1
6
## Skyblock Mod 1.10.2 for 1.20.5
2
7
3
8
Support for 1.20.5
Original file line number Diff line number Diff line change @@ -113,12 +113,14 @@ publishMods {
113
113
projectSlug = " skyblockmod" // Required for discord webhook
114
114
accessToken = providers. environmentVariable(" CURSEFORGE_TOKEN" )
115
115
minecraftVersions. add(" 1.20.5" )
116
+ minecraftVersions. add(" 1.20.6" )
116
117
requires(" fabric-api" )
117
118
}
118
119
modrinth {
119
120
projectId = " GTIrlvJk"
120
121
accessToken = providers. environmentVariable(" MODRINTH_TOKEN" )
121
122
minecraftVersions. add(" 1.20.5" )
123
+ minecraftVersions. add(" 1.20.6" )
122
124
}
123
125
github {
124
126
repository = " kevinthegreat1/SkyblockMod-Fabric"
Original file line number Diff line number Diff line change @@ -3,19 +3,19 @@ org.gradle.jvmargs = -Xmx1G
3
3
4
4
# Fabric Properties
5
5
# check these on https://fabricmc.net/versions.html
6
- minecraft_version = 1.20.5
7
- yarn_mappings = 1.20.5 +build.1
8
- loader_version = 0.15.10
6
+ minecraft_version = 1.20.6
7
+ yarn_mappings = 1.20.6 +build.1
8
+ loader_version = 0.15.11
9
9
10
10
# Mod Properties
11
- mod_version = 1.10.2
11
+ mod_version = 1.10.3
12
12
maven_group = com.kevinthegreat.skyblockmod
13
13
archives_base_name = skyblock-mod
14
14
15
15
# Dependencies
16
- fabric_version = 0.97.8 +1.20.5
16
+ fabric_version = 0.98.0 +1.20.6
17
17
modmenu_version = 10.0.0-beta.1
18
- skyblocker_version = v1 .20.2+1.20.4
18
+ skyblocker_version = 1 .20.3-beta. 2+1.20.6
19
19
jgit_version = 6.8.0.202311291450-r
20
20
# # Apache Commons Math (https://mvnrepository.com/artifact/org.apache.commons/commons-math3)
21
21
commons_math_version = 3.6.1
You can’t perform that action at this time.
0 commit comments