Skip to content

Commit

Permalink
Minimize dependencies and bump to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmangohands committed Feb 19, 2021
1 parent e4ff33d commit be67471
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ minecraft_version=1.16.5
yarn_mappings=1.16.5+build.1
loader_version=0.10.8
# Mod Properties
mod_version=0.1.2-SNAPSHOT
mod_version=0.1.2
maven_group=me.steinborn
archives_base_name=lazydfu
# Dependencies
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"lazydfu.mixins.json"
],
"depends": {
"fabricloader": ">=0.10.0",
"minecraft": ">=1.16.4"
"fabricloader": ">=0.7.0",
"minecraft": ">=1.14"
}
}

0 comments on commit be67471

Please sign in to comment.