Skip to content

Commit

Permalink
Update to 1.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
misode committed Apr 23, 2024
1 parent 9d583b7 commit 988d3ee
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ org.gradle.parallel=true

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20.5-pre1
loader_version=0.15.9
minecraft_version=1.20.5
loader_version=0.15.10

# Mod Properties
mod_version=1.7.0-beta4
mod_version=1.7.0
maven_group=io.github.misode
archives_base_name=packtest

# Dependencies
fabric_version=0.96.15+1.20.5
fabric_version=0.97.5+1.20.5
6 changes: 3 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
],
"accessWidener": "packtest.accesswidener",
"depends": {
"fabricloader": ">=0.15.9",
"minecraft": ">=1.20.5-",
"java": ">=17",
"fabricloader": ">=0.15.10",
"minecraft": ">=1.20.5",
"java": ">=21",
"fabric-api": "*"
}
}
2 changes: 1 addition & 1 deletion src/main/resources/packtest.mixins.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"required": true,
"package": "io.github.misode.packtest.mixin",
"compatibilityLevel": "JAVA_17",
"compatibilityLevel": "JAVA_21",
"mixins": [
"ArgumentTypeInfosMixin",
"BlockPredicateArgumentBlockMixin",
Expand Down

0 comments on commit 988d3ee

Please sign in to comment.