diff options
author | GlodBlock <60341015+GlodBlock@users.noreply.github.com> | 2021-04-16 22:07:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-16 22:07:08 +0800 |
commit | 93570943d6f66983e9b3d67f14fc1908cc2880a0 (patch) | |
tree | 0a4c6366e60032c236a36a2005e224cf711a51c1 /src/main | |
parent | 49bef5a6054ce50f8c20881b4a27a4d2dd71bd70 (diff) | |
download | GT5-Unofficial-93570943d6f66983e9b3d67f14fc1908cc2880a0.tar.gz GT5-Unofficial-93570943d6f66983e9b3d67f14fc1908cc2880a0.tar.bz2 GT5-Unofficial-93570943d6f66983e9b3d67f14fc1908cc2880a0.zip |
:P
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/resources/mcmod.info | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info index f480667560..1b37becea3 100644 --- a/src/main/resources/mcmod.info +++ b/src/main/resources/mcmod.info @@ -1,14 +1,14 @@ [ { - "modid": "examplemod", - "name": "Example Mod", - "description": "Example placeholder mod.", + "modid": "GoodGenerator", + "name": "Good Generator", + "description": "Add some powerful generators", "version": "${version}", "mcversion": "${mcversion}", "url": "", "updateUrl": "", - "authorList": ["ExampleDude"], - "credits": "The Forge and FML guys, for making this example", + "authorList": ["GlodBlock"], + "credits": "", "logoFile": "", "screenshots": [], "dependencies": [] |