diff options
author | Cow <cow@volloeko.de> | 2020-03-08 00:12:57 +0100 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2020-03-08 00:12:57 +0100 |
commit | 0a105c807a3f8040ada76c4e4edac4a79fe32fe6 (patch) | |
tree | b0631894c6547b2fe3daf73539fec6935dd9659d /update.json | |
parent | 508f872ba076f4e767ff2c374656bc47637eb229 (diff) | |
download | Cowlection-0a105c807a3f8040ada76c4e4edac4a79fe32fe6.tar.gz Cowlection-0a105c807a3f8040ada76c4e4edac4a79fe32fe6.tar.bz2 Cowlection-0a105c807a3f8040ada76c4e4edac4a79fe32fe6.zip |
Added mod update notification (opt-out via /moo config)
Standardized versioning (now includes Minecraft version)
Bug fixes:
- Reduced greediness of login/logout notification detection
Diffstat (limited to 'update.json')
-rw-r--r-- | update.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/update.json b/update.json new file mode 100644 index 0000000..44a3ab2 --- /dev/null +++ b/update.json @@ -0,0 +1,10 @@ +{ + "homepage": "https://github.com/cow-mc/Cowmoonication/", + "1.8.9": { + "1.8.9-0.2.0": "https://github.com/cow-mc/Cowmoonication/blob/master/CHANGELOG.md" + }, + "promos": { + "1.8.9-latest": "1.8.9-0.2.0", + "1.8.9-recommended": "1.8.9-0.2.0" + } +} |