aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/mcmod.info
blob: f13aa2a23bbf057060360e709655f30e6cd08c14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[
{
  "modid": "${modId}",
  "name": "${modName}",
  "description": "A Gregtech Addon.",
  "version": "${modVersion}",
  "mcversion": "${minecraftVersion}",
  "url": "https://github.com/bartimaeusnek/bartworks",
  "updateUrl": "",
  "authorList": ["bartimaeusnek"],
  "credits": "Gregorius Techneticies for making gregtech and allowing me to port his old stuff.\n Austin Appleby and Yonik Seeley for creating and putting the MurmurHash3 into the public domain.\n Spluff and EmeraldsEmerald for the Awesome Textures aswell.",
  "logoFile": "",
  "screenshots": [],
  "dependencies": []
}
]