diff options
Diffstat (limited to 'ingame/src/main/resources/mcmod.info')
-rw-r--r-- | ingame/src/main/resources/mcmod.info | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ingame/src/main/resources/mcmod.info b/ingame/src/main/resources/mcmod.info new file mode 100644 index 0000000..f7eea48 --- /dev/null +++ b/ingame/src/main/resources/mcmod.info @@ -0,0 +1,18 @@ +[ + { + "modid": "sbdata", + "name": "SBData Collection", + "description": "", + "version": "${modversion}", + "mcversion": "${mcversion}", + "url": "https://github.com/romangraef/sbdata", + "updateUrl": "", + "authorList": [ + "nea89o" + ], + "credits": "", + "logoFile": "", + "screenshots": [], + "dependencies": [] + } +] |