diff options
| author | Giovanni Harting <539@idlegandalf.com> | 2016-05-04 00:14:04 +0200 |
|---|---|---|
| committer | Giovanni Harting <539@idlegandalf.com> | 2016-05-04 00:14:04 +0200 |
| commit | 7578770ec89ebe5c7fc9058492f5e41efbd3c53b (patch) | |
| tree | 24d2d700a016222f676263642a47b24bce4e76a5 /src/main/resources | |
| parent | 7273d47c8596b00d2913c999f4cc3a14a96a04ab (diff) | |
fixed stuff
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/mcmod.info | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info index 90e783b..3dc9f52 100644 --- a/src/main/resources/mcmod.info +++ b/src/main/resources/mcmod.info @@ -1,5 +1,4 @@ -[ -{ +[{ "modid": "zcompression", "name": "Zkaface Compression Mod", "description": "A modification to compress several items and blocks to a solid block with several features coming up on exponent five.", @@ -12,5 +11,4 @@ "logoFile": "", "screenshots": [], "dependencies": ["tconstruct"] -} -]
\ No newline at end of file +}]
\ No newline at end of file |
