diff --git a/build.gradle b/build.gradle index f4689ae..e358065 100644 --- a/build.gradle +++ b/build.gradle @@ -97,3 +97,4 @@ publishing { // retrieving dependencies. } } + diff --git a/gradle.properties b/gradle.properties index 6d3838b..abf2040 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,13 +2,14 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://modmuss50.me/fabric.html -minecraft_version=1.21.5 -yarn_mappings=1.21.5+build.1 -loader_version=0.16.13 +minecraft_version=1.21.6 +yarn_mappings=1.21.6+build.1 +loader_version=0.16.14 +loom_version=1.10-SNAPSHOT # Mod Properties -mod_version=1.1 +mod_version=1.21.6 maven_group=D7lan archives_base_name=minecartsloadchunks # Dependencies # check this on https://modmuss50.me/fabric.html -fabric_version=0.120.0+1.21.5 +fabric_version=0.127.1+1.21.6