aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/mcmod.info
blob: 18d1911961c2bbca8d0794661b7639ff85576280 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[
{
  "modid": "${modid}",
  "name": "Neodymium",
  "description": "Improves the framerate by changing the chunk renderer to use modern OpenGL.",
  "version": "${version}",
  "mcversion": "${minecraft_version}",
  "url": "",
  "updateUrl": "",
  "authorList": ["makamys"],
  "logoFile": "",
  "screenshots": [],
  "dependencies": []
}
]