Skip to content

Commit

Permalink
Update dependencies to 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaargolo committed Sep 27, 2024
1 parent 389cc01 commit edb8c34
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ mod_version=2.4-BETA+1.21
maven_group=io.github.lucaargolo

# Fabric Properties
minecraft_version=1.21
yarn_mappings=1.21+build.9
loader_version=0.15.11
minecraft_version=1.21.1
yarn_mappings=1.21.1+build.3
loader_version=0.16.5

#Fabric api
fabric_version=0.100.7+1.21
# Fabric API
fabric_version=0.105.0+1.21.1

#Libraries
modmenu_version=11.0.1
rei_version=16.0.729
modmenu_version=11.0.2
rei_version=16.0.777

#Publishing
curseforge_id=413523
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/seasons.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"required": true,
"minVersion": "0.8",
"package": "io.github.lucaargolo.seasons.mixin",
"compatibilityLevel": "JAVA_17",
"compatibilityLevel": "JAVA_21",
"mixins": [
"AbstractBlockMixin",
"AnimalEntityMixin",
Expand Down

0 comments on commit edb8c34

Please sign in to comment.