Skip to content

Commit

Permalink
Port to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
anviaan committed Jul 28, 2024
1 parent 6d133c6 commit a8b49c2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ org.gradle.parallel=true

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

# Mod Properties
Expand All @@ -14,11 +14,11 @@ maven_group=net.anvian.sodiumextrainformation
archives_base_name=SodiumExtraInformation

# Dependencies
fabric_version=0.100.4+1.20.6
fabric_version=0.100.7+1.21

# Mod Menu
modmenu_version=10.0.0
modmenu_version=11.0.1

#Sodium
sodium_version=mc1.20.6-0.5.11
sodium_extra_version=mc1.20.6-0.5.6
sodium_version=mc1.21-0.5.11
sodium_extra_version=mc1.21-0.5.7
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"depends": {
"fabricloader": ">=0.15.11",
"minecraft": "~1.20.6",
"minecraft": ">=1.21",
"java": ">=21",
"fabric-api": "*"
},
Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/sodium-extra-information.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
"injectors": {
"defaultRequire": 1
},
"mixins": [
]
"mixins": []
}

0 comments on commit a8b49c2

Please sign in to comment.