Fix hardcoded version in fabric.mod.json

This commit is contained in:
JFronny 2020-12-28 09:21:37 +01:00
parent d745a34464
commit 35f82db53f
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ minecraft_version=1.16.4
yarn_mappings=1.16.4+build.7
loader_version=0.10.8
# Mod Properties
mod_version=1.1
mod_version=1.1.1
maven_group=io.gitlab.jfronny
archives_base_name=versionchanger
# Dependencies

View File

@ -29,6 +29,6 @@
"depends": {
"fabricloader": ">=0.9.0+build.204",
"fabric": "*",
"minecraft": "1.16.2"
"minecraft": "*"
}
}