-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathmcmod.info
18 lines (18 loc) · 1.45 KB
/
mcmod.info
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
{
"modid": "cqrepoured",
"name": "Chocolate Quest Repoured Mod",
"description": "A complete rewrite of the Chocolate Quest mod by Chocolatin, who disappeared. A lot of features are still to be implemented, so please follow updates.",
"version": "2.6.8B",
"mcversion": "1.12.2",
"url": "https://cq-repoured.net/",
"updateUrl": "",
"authorList": ["\nAt first we want to thank and credit Chocolatin for creating the original Chocolate Quest and with that gave the base and motivation for this (even if this is a complete rewrite from scratch)\n\nProject Lead:\n > ArloTheEpic\nCoders:\n > DerToaster98 - Pretty much everything except some items and the randomized castles\n > Meldexun - Entities & everywhere a bit\n > jdawg3636 - Assisting & Fixing\n > KalgogSmash - Castles & Random structures\n > MrMarnic - Protection System and Help with Tile-Entities\n > Tiviacz1337 - Items\nArtists:\n > Sir Squidly - Blocks\n > Silentine - Items"],
"credits": "Everyone who made textures, dungeons and other content, developers and ArloTheEpic and DerToaster (main developer). Also huge thanks to McHorse#0420, who helped a lot in getting geckolib and other rendering related stuff to work",
"logoFile": "assets/cqrepoured/logo.png",
"screenshots": [],
"dependencies": ["phosphor-lighting", "jei", "entity_culling"],
"requiredMods": ["forge@[14.23.5.2817,)", "geckolib3@[3.0.19,)", "reachfix@[1.0.1,)"],
"useDependencyInformation": true
}
]