diff --git a/CHANGELOG.md b/CHANGELOG.md index 389b60b..5b84514 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## Skyblock Mod 1.10.3 for 1.20.6 + +Fix waypoints crashing when entering some invalid numbers as coordinates. + + ## Skyblock Mod 1.10.2 for 1.20.5 Support for 1.20.5 diff --git a/build.gradle b/build.gradle index 2fe7c28..a0f73b8 100644 --- a/build.gradle +++ b/build.gradle @@ -113,12 +113,14 @@ publishMods { projectSlug = "skyblockmod" // Required for discord webhook accessToken = providers.environmentVariable("CURSEFORGE_TOKEN") minecraftVersions.add("1.20.5") + minecraftVersions.add("1.20.6") requires("fabric-api") } modrinth { projectId = "GTIrlvJk" accessToken = providers.environmentVariable("MODRINTH_TOKEN") minecraftVersions.add("1.20.5") + minecraftVersions.add("1.20.6") } github { repository = "kevinthegreat1/SkyblockMod-Fabric" diff --git a/gradle.properties b/gradle.properties index 5e969d4..9390d92 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,19 +3,19 @@ org.gradle.jvmargs = -Xmx1G # Fabric Properties # check these on https://fabricmc.net/versions.html - minecraft_version = 1.20.5 - yarn_mappings = 1.20.5+build.1 - loader_version = 0.15.10 + minecraft_version = 1.20.6 + yarn_mappings = 1.20.6+build.1 + loader_version = 0.15.11 # Mod Properties - mod_version = 1.10.2 + mod_version = 1.10.3 maven_group = com.kevinthegreat.skyblockmod archives_base_name = skyblock-mod # Dependencies - fabric_version = 0.97.8+1.20.5 + fabric_version = 0.98.0+1.20.6 modmenu_version = 10.0.0-beta.1 - skyblocker_version = v1.20.2+1.20.4 + skyblocker_version = 1.20.3-beta.2+1.20.6 jgit_version = 6.8.0.202311291450-r ## Apache Commons Math (https://mvnrepository.com/artifact/org.apache.commons/commons-math3) commons_math_version = 3.6.1 \ No newline at end of file