Skip to content

Commit

Permalink
Backport to 1.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Estecka committed Oct 2, 2023
1 parent a7ce0b1 commit 7a5d842
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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.10
minecraft_version=1.19.4
yarn_mappings=1.19.4+build.2
loader_version=0.14.22

#Fabric api
fabric_version=0.87.0+1.19.4

# Mod Properties
mod_version=1.0.5
maven_group=tk.estecka.shiftingwares
archives_base_name=shifting-wares

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

0 comments on commit 7a5d842

Please sign in to comment.