Skip to content

Commit

Permalink
Merge pull request #9 from Apricityx/1.21.3
Browse files Browse the repository at this point in the history
Upgrade to 1.21.3
  • Loading branch information
Apricityx authored Dec 7, 2024
2 parents 9eb1435 + 03d21a0 commit fda7e3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
}
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
fabric_version=0.106.1+1.21.3

0 comments on commit fda7e3c

Please sign in to comment.