1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
/**
* @version 1.3.2
* @author Alkalus
* In-game info for project: MiscUtils.
*/
[ { "modid" : "miscutil"
, "name" : "Misc Utils."
, "description" : "Adds a few various things. Supported mods include GregTech, EnderIO, Big Reactors, Thaumcraft, ExtraUtils, Pnuematicraft & Simply Jetpacks."
, "version" : "1.3.2"
, "mcversion" : "1.7.10"
, "url" : ""
, "updateUrl" : ""
, "authorList" : ["Alkalus"]
, "credits" : ""
, "logoFile" : ""
, "screenshots" : []
, "dependencies" : ["Forge10.13.0.1448"]
}
]
|