Skip to content

Commit ae12a71

Browse files
Bump version to 1.10.3
1 parent a60b32d commit ae12a71

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Skyblock Mod 1.10.3 for 1.20.6
2+
3+
Fix waypoints crashing when entering some invalid numbers as coordinates.
4+
5+
16
## Skyblock Mod 1.10.2 for 1.20.5
27

38
Support for 1.20.5

build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,14 @@ publishMods {
113113
projectSlug = "skyblockmod" // Required for discord webhook
114114
accessToken = providers.environmentVariable("CURSEFORGE_TOKEN")
115115
minecraftVersions.add("1.20.5")
116+
minecraftVersions.add("1.20.6")
116117
requires("fabric-api")
117118
}
118119
modrinth {
119120
projectId = "GTIrlvJk"
120121
accessToken = providers.environmentVariable("MODRINTH_TOKEN")
121122
minecraftVersions.add("1.20.5")
123+
minecraftVersions.add("1.20.6")
122124
}
123125
github {
124126
repository = "kevinthegreat1/SkyblockMod-Fabric"

gradle.properties

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ org.gradle.jvmargs = -Xmx1G
33

44
# Fabric Properties
55
# 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
99

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

1515
# Dependencies
16-
fabric_version = 0.97.8+1.20.5
16+
fabric_version = 0.98.0+1.20.6
1717
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
1919
jgit_version = 6.8.0.202311291450-r
2020
## Apache Commons Math (https://mvnrepository.com/artifact/org.apache.commons/commons-math3)
2121
commons_math_version = 3.6.1

0 commit comments

Comments
 (0)