Skip to content

Commit

Permalink
change fabric loader version to 0.14.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Erdragh committed Mar 2, 2023
1 parent ec3e258 commit 9ad1ea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx4G
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.18.2
yarn_mappings=1.18.2+build.4
loader_version=0.14.17
loader_version=0.14.14
# Mod Properties
mod_version=1.0
maven_group=com.github.erdragh
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"jet_suit_additions.mixins.json"
],
"depends": {
"fabricloader": ">=0.14.17",
"fabricloader": ">=0.14.14",
"fabric": "*",
"minecraft": "1.18.2",
"ad_astra": "1.0.6"
Expand Down

0 comments on commit 9ad1ea3

Please sign in to comment.