Skip to content

Commit

Permalink
upgrade to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
LCLPYT committed Jun 13, 2024
1 parent f6058cb commit 442ba67
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ org.gradle.parallel=true

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20.6
yarn_mappings=1.20.6+build.1
loader_version=0.15.10
minecraft_version=1.21
yarn_mappings=1.21+build.1
loader_version=0.15.11

# Mod Properties
maven_group=work.lclpnet.mods.kibu
archives_base_name=kibu-plugins

# Dependencies
fabric_version=0.97.8+1.20.6
mplugins_version=0.21.2+1.20.6
kibu_version=0.113.0+1.20.6
fabric_version=0.100.1+1.21
mplugins_version=0.21.2+1.21
kibu_version=0.117.0+1.21
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
},
"mixins": [],
"depends": {
"fabricloader": ">=0.15.10",
"minecraft": "~1.20.5",
"fabricloader": ">=0.15.11",
"minecraft": ">=1.21",
"java": ">=21",
"fabric-api": "*",
"kibu": "*",
Expand Down

0 comments on commit 442ba67

Please # to comment.