Skip to content

Commit

Permalink
Merge pull request #10 from Apricityx/1.21.4
Browse files Browse the repository at this point in the history
Upgrade to 1.21.4
  • Loading branch information
Apricityx authored Dec 7, 2024
2 parents 9eb1435 + 29ce4db commit 0e43db4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 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.4-${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
11 changes: 6 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@
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.4
yarn_mappings=1.21.4+build.1
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
carpet_core_version=1.4.161+v241203
# 1.21.4-1.4.161+v241203
# Mod Properties
mod_version=0.1.1
mod_version=0.1.2
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.111.0+1.21.4

0 comments on commit 0e43db4

Please sign in to comment.