Skip to content

Commit

Permalink
Update to Minecraft 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Wudji committed Jun 14, 2024
1 parent 7823d93 commit 79a9d14
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
}
// include "me.shedaniel.cloth:cloth-config-fabric:${project.cloth_config_version}"

modImplementation "com.terraformersmc:modmenu:10.0.0-beta.1"
modImplementation "com.terraformersmc:modmenu:${project.modmenu_version}"
}

processResources {
Expand Down
16 changes: 9 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,20 @@
org.gradle.jvmargs=-Xmx1G

# Mod Properties
mod_version = 1.1.0-fabric-1.20.5
mod_version = 1.1.0-fabric-1.21
maven_group = troy.autofish
archives_base_name = xplus-autofish

# Fabric Properties
# check these on https://modmuss50.me/fabric.html or https://fabricmc.net/use
minecraft_version=1.20.5
yarn_mappings=1.20.5+build.1
loader_version=0.15.10
minecraft_version=1.21
yarn_mappings=1.21+build.1
loader_version=0.15.11

#Fabric api
fabric_version=0.97.6+1.20.5
# Fabric API
fabric_version=0.100.1+1.21

#Cloth Config API
cloth_config_version=14.0.126
cloth_config_version=15.0.127

modmenu_version = 11.0.0-beta.1

0 comments on commit 79a9d14

Please sign in to comment.