diff options
| author | Robert Sosnitzka <robert.sosnitzka@gmail.com> | 2016-04-29 16:29:16 +0200 |
|---|---|---|
| committer | Robert Sosnitzka <robert.sosnitzka@gmail.com> | 2016-04-29 16:29:16 +0200 |
| commit | 2b0b79c0146e5b6bbb230356b1d0a2de2bb26bba (patch) | |
| tree | 9e31420ae72b26ce82d2857c651584d7bc278ac8 /src/main/resources/mcmod.info | |
| parent | 6de01f7bba8cf30c46ff91008b2b06231f5fe49a (diff) | |
inital commit
Diffstat (limited to 'src/main/resources/mcmod.info')
| -rw-r--r-- | src/main/resources/mcmod.info | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info new file mode 100644 index 0000000..3b7ef1a --- /dev/null +++ b/src/main/resources/mcmod.info @@ -0,0 +1,16 @@ +[ +{ + "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.", + "version": "0.1", + "mcversion": "1.9", + "url": "www.sosnitzka.com", + "updateUrl": "", + "authorList": ["Zkaface"], + "credits": "Chefe. He's there, if you need him.", + "logoFile": "", + "screenshots": [], + "dependencies": [] +} +]
\ No newline at end of file |
