diff options
Diffstat (limited to 'src/main/resources')
-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": [] |