Skip to content

Commit

Permalink
Merge pull request #4 from mrmangohands/master
Browse files Browse the repository at this point in the history
Minimize dependencies and bump to 0.1.2
  • Loading branch information
astei committed Feb 19, 2021
2 parents e4ff33d + be67471 commit 510e2ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
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
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 510e2ae

Please sign in to comment.