From 93570943d6f66983e9b3d67f14fc1908cc2880a0 Mon Sep 17 00:00:00 2001 From: GlodBlock <60341015+GlodBlock@users.noreply.github.com> Date: Fri, 16 Apr 2021 22:07:08 +0800 Subject: :P --- src/main/resources/mcmod.info | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') 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": [] -- cgit