diff --git a/build.gradle b/build.gradle index 6d6d163..b09f6fc 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ dependencies { mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2" modImplementation "net.fabricmc:fabric-loader:${project.loader_version}" // modImplementation "carpet:fabric-carpet:${project.minecraft_version}-${project.carpet_core_version}" - modImplementation "carpet:fabric-carpet:${project.minecraft_version}-${project.carpet_core_version}" + modImplementation "carpet:fabric-carpet:1.21.2-${project.carpet_core_version}" // Fabric API. This is technically optional, but you probably want it anyway. modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" } diff --git a/gradle.properties b/gradle.properties index e3bcd85..0dd4e8d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,8 +2,8 @@ org.gradle.jvmargs=-Xmx6G # Fabric Properties # check these on https://fabricmc.net/use or https://modmuss50.me/fabric.html -minecraft_version=1.21.2 -yarn_mappings=1.21.2+build.1 +minecraft_version=1.21.3 +yarn_mappings=1.21.3+build.2 loader_version=0.16.9 # check available versions on maven for the given minecraft version you are using carpet_core_version=1.4.158+v241022 @@ -13,4 +13,4 @@ maven_group=tech.mctown.cma archives_base_name=carpet-mct-addition # Dependencies # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric -fabric_version=0.106.1+1.21.2 \ No newline at end of file +fabric_version=0.106.1+1.21.3 \ No newline at end of file