Skip to content

Commit

Permalink
mc1.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Plastoid501 committed Jul 17, 2024
1 parent d802fc9 commit 2da68bb
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.4
yarn_mappings=1.20.4+build.3
minecraft_version=1.19.4
yarn_mappings=1.19.4+build.2
loader_version=0.15.11

# Mod Properties
mod_version=1.0.0
maven_group=net.plastoid501.movement
archives_base_name=movement-in-gui-mc1.20.4
archives_base_name=movement-in-gui-mc1.19.x

# Dependencies
fabric_version=0.97.1+1.20.4
fabric_version=0.87.2+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 @@ -23,7 +23,7 @@
"movement-in-gui.mixins.json"
],
"depends": {
"minecraft": ">=1.20 <=1.20.4"
"minecraft": "1.19.x"
},
"suggests": {
"another-mod": "*"
Expand Down

0 comments on commit 2da68bb

Please sign in to comment.