diff --git a/build.gradle b/build.gradle index 8b8e5c2..2b68f4e 100755 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '1.11-SNAPSHOT' + id 'fabric-loom' version '1.13-SNAPSHOT' id 'maven-publish' id "me.shedaniel.unified-publishing" version "0.1.+" } diff --git a/gradle.properties b/gradle.properties index 5ffafeb..9a94c49 100755 --- a/gradle.properties +++ b/gradle.properties @@ -3,12 +3,12 @@ org.gradle.jvmargs=-Xmx2G # Fabric Properties # check these on https://fabricmc.net/use - minecraft_version=1.21.10 - yarn_mappings=1.21.10+build.1 - loader_version=0.17.3 + minecraft_version=1.21.11 + yarn_mappings=1.21.11+build.2 + loader_version=0.18.2 # Mod Properties - mod_version = 1.9.4+1.21.10 + mod_version = 1.9.4+1.21.11 maven_group = eu.midnightdust.motschen archives_base_name = rocks release_type=release @@ -17,7 +17,7 @@ org.gradle.jvmargs=-Xmx2G # Dependencies # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api - fabric_version=0.136.0+1.21.10 - midnightlib_version=1.8.3+1.21.9-fabric - polymer_version=0.14.3+1.21.10 - factorytools_version=0.8.2+1.21.10 + fabric_version=0.139.4+1.21.11 + midnightlib_version=1.9.2+1.21.11-fabric + polymer_version=0.15.0-beta.4+1.21.11-rc2 + factorytools_version=0.9.0+1.21.11