aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/mcmod.info
blob: fdeffd807239ac60d9c1fbefd540aebec4a14a1f (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/nea89o/LocalTransactionLedger/",
    "updateUrl": "",
    "authorList": [
      "nea89"
    ],
    "credits": "",
    "logoFile": "",
    "screenshots": [],
    "dependencies": []
  }
]