Skip to content

Commit

Permalink
1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite committed Jul 8, 2023
1 parent 314a867 commit 24efe46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ org.gradle.jvmargs = -Xmx1G
org.gradle.parallel = true

# https://fabricmc.net/develop
minecraft_version = 1.19.4
yarn_mappings = 1.19.4+build.2
loader_version = 0.14.19
minecraft_version = 1.20
yarn_mappings = 1.20+build.1
loader_version = 0.14.21

mod_version = 2.1.0
maven_group = net.krlite
archives_base_name = taptab

# Dependencies
fabric_version = 0.81.1+1.19.4
fabric_version = 0.83.0+1.20
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
],

"depends": {
"fabricloader": ">=0.14.19",
"fabricloader": ">=0.14.21",
"fabric-api": "*",
"fabric-key-binding-api-v1": "*",
"minecraft": "~1.19.4"
"minecraft": ["~1.20", "~1.20.1"]
},
"suggests": {
}
Expand Down

0 comments on commit 24efe46

Please sign in to comment.