aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/mcmod.info
blob: 42456c46c7805f81b3c5c755488a0323e43af3b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
  {
    "modid": "${modid}",
    "name": "Simple Ledger Mod",
    "description": "Export all your activities into a file",
    "version": "${version}",
    "mcversion": "${mcversion}",
    "url": "https://github.com/romangraef/Forge1.8.9Template/",
    "updateUrl": "",
    "authorList": [
      "nea89"
    ],
    "credits": "",
    "logoFile": "",
    "screenshots": [],
    "dependencies": []
  }
]