1.0.1
Twine/pipeline/head This commit looks good Details

This commit is contained in:
TheBrokenRail 2020-06-24 10:07:28 -04:00
parent 2c23854764
commit 02989d2e46
3 changed files with 12 additions and 3 deletions

View File

@ -1,4 +1,7 @@
# Changelog # Changelog
**1.0.1**
* Opt-In To ModUpdater
**1.0.0** **1.0.0**
* Initial Release * Initial Release

View File

@ -3,14 +3,14 @@ org.gradle.jvmargs = -Xmx1G
# Fabric Properties # Fabric Properties
# check these on https://fabricmc.net/use # check these on https://fabricmc.net/use
minecraft_version = 1.16 minecraft_version = 1.16.1
curseforge_id = 390028 curseforge_id = 390028
simple_minecraft_version = 1.16 simple_minecraft_version = 1.16.1
yarn_build = 1 yarn_build = 1
fabric_loader_version = 0.8.8+build.202 fabric_loader_version = 0.8.8+build.202
# Mod Properties # Mod Properties
mod_version = 1.0.0 mod_version = 1.0.1
maven_group = com.thebrokenrail maven_group = com.thebrokenrail
# Dependencies # Dependencies

View File

@ -30,5 +30,11 @@
"fabricloader": ">=0.7.4", "fabricloader": ">=0.7.4",
"fabric": "*", "fabric": "*",
"minecraft": "1.16.x" "minecraft": "1.16.x"
},
"custom": {
"modupdater": {
"strategy": "curseforge",
"projectID": 390028
}
} }
} }