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 /src/main/resources | |
| 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 'src/main/resources')
| -rw-r--r-- | src/main/resources/assets/cowmoonication/lang/en_us.lang | 1 | ||||
| -rw-r--r-- | src/main/resources/mcmod.info | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/src/main/resources/assets/cowmoonication/lang/en_us.lang b/src/main/resources/assets/cowmoonication/lang/en_us.lang deleted file mode 100644 index b7e77d4..0000000 --- a/src/main/resources/assets/cowmoonication/lang/en_us.lang +++ /dev/null @@ -1 +0,0 @@ -cowmoonication:command.moo.usage=/moo diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info index e6c8f6e..581572b 100644 --- a/src/main/resources/mcmod.info +++ b/src/main/resources/mcmod.info @@ -4,8 +4,8 @@ "description": "Adding various things related to communication.", "version": "${version}", "mcversion": "${mcversion}", - "url": "https://github.com/cow-mc/Cowmoonication", - "updateUrl": "", + "url": "https://github.com/cow-mc/Cowmoonication/", + "updateUrl": "https://raw.githubusercontent.com/cow-mc/Cowmoonication/master/update.json", "authorList": ["Cow"], "logoFile": "", "screenshots": [], |
