Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
udu3324 committed Jul 29, 2023
1 parent 7badf1f commit 64e4301
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ org.gradle.parallel=true

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.9
loader_version=0.14.21
minecraft_version=1.19.4
yarn_mappings=1.19.4+build.1
loader_version=0.14.17

# Mod Properties
mod_version = 1.2.5
maven_group = com.udu3324
archives_base_name = poinpow

# Dependencies
fabric_version=0.85.0+1.20.1
fabric_version=0.76.0+1.19.4
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"depends": {
"fabricloader": ">=0.14.10",
"fabric-api": "*",
"minecraft": "~1.20",
"minecraft": "~1.19",
"java": ">=17"
},
"suggests": {
Expand Down

0 comments on commit 64e4301

Please sign in to comment.