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