Skip to content

Commit

Permalink
Port to MC 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Estecka committed Jun 14, 2024
1 parent 6012467 commit 3561d89
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ org.gradle.parallel=true

# Fabric Properties
# check these on https://fabricmc.net/develop
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

# Mod Properties
mod_version=2.2.1
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
],
"accessWidener" : "shifting-wares.accesswidener",
"depends": {
"minecraft": ">=1.20.5 <1.21",
"fabricloader": ">=0.15.10",
"minecraft": "^1.21",
"fabricloader": ">=0.15.11",
"fabric-api": "*",
"java": ">=21"
}
Expand Down

0 comments on commit 3561d89

Please sign in to comment.