Skip to content

Commit

Permalink
Loosen Minecraft version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
Octol1ttle committed Mar 4, 2024
1 parent 71ddc8b commit f6880da
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 @@ -9,7 +9,7 @@ yarn_mappings=1.20.4+build.3
floader_version=0.14.7

# Mod Properties
mod_version=2.0.0-alpha.2+mc1.20.4
mod_version=2.0.0-alpha.2
maven_group=ru.octol1ttle.flightassistant
archives_base_name=flightassistant

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 @@ -37,7 +37,7 @@
"depends": {
"fabricloader": ">=0.14.7",
"fabric-api": "*",
"minecraft": "1.20.4",
"minecraft": ">=1.20.2 <=1.20.4",
"java": ">=17",
"yet_another_config_lib_v3": "*"
},
Expand Down

0 comments on commit f6880da

Please sign in to comment.