diff options
author | Linnea Gräf <nea@nea.moe> | 2024-05-24 18:16:37 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-05-24 18:16:37 +0200 |
commit | 5b68a5f3f716c8d12117b39efba8c4b8d09fcb98 (patch) | |
tree | 77fbd5503748073a4cf4968bda4d592d2aebd977 /src/main/resources/mcmod.info | |
parent | b681f11ea5a72d4ec6a34c2807f6ed781bbd19bc (diff) | |
download | ultra-notifier-5b68a5f3f716c8d12117b39efba8c4b8d09fcb98.tar.gz ultra-notifier-5b68a5f3f716c8d12117b39efba8c4b8d09fcb98.tar.bz2 ultra-notifier-5b68a5f3f716c8d12117b39efba8c4b8d09fcb98.zip |
Add basic chat commands
Diffstat (limited to 'src/main/resources/mcmod.info')
-rw-r--r-- | src/main/resources/mcmod.info | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info new file mode 100644 index 0000000..733fa56 --- /dev/null +++ b/src/main/resources/mcmod.info @@ -0,0 +1,18 @@ +[ + { + "modid": "ultranotifier", + "name": "${modName}", + "description": "${description}", + "version": "${version}", + "mcversion": "${mcVersion}", + "url": "https://github.com/nea89/ultra-notifier/", + "updateUrl": "", + "authorList": [ + "nea89" + ], + "credits": "", + "logoFile": "", + "screenshots": [], + "dependencies": [] + } +]
\ No newline at end of file |