aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/mcmod.info
blob: bbd28d94ae03a1bd38c834cc8dc17c6cdffba080 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[{
  "modid": "${modid}",
  "name": "${modname}",
  "description": "Adding various things related to communication.",
  "version": "${version}",
  "mcversion": "${mcversion}",
  "url": "${giturl}",
  "updateUrl": "https://raw.githubusercontent.com/cow-mc/Cowmoonication/master/update.json",
  "authorList": ["Cow"],
  "logoFile": "",
  "screenshots": [],
  "dependencies": []
}]