1
0
mirror of https://github.com/Adam-Ant/community-chest synced 2024-07-06 05:06:10 +00:00
community-chest/modpack.json
Adam Dodman a2943a4813 V1.1.2
2016-10-04 00:14:37 +01:00

81 lines
1.9 KiB
JSON

{
"name" : "Community Chest",
"title" : "Community Chest - CwG Autumn '16",
"gameVersion" : "1.10.2",
"features" : [
{
"properties" : {
"name" : "Inventory Tweaks",
"description" : "Inventory sorting and management.",
"recommendation" : "starred",
"selected" : true
},
"files" : {
"include" : [
"config/InvTweaks.cfg",
"mods/InventoryTweaks*.jar"
],
"exclude" : [ ]
}
},
{
"properties" : {
"name" : "JourneyMap",
"description" : "A minimap to show the terrain around you",
"recommendation" : null,
"selected" : false
},
"files" : {
"include" : [
"mods/journeymap*.jar",
"config/journeymap*"
],
"exclude" : [ ]
}
},
{
"properties" : {
"name" : "OptiFine",
"description" : "Shaders and redering optimizations.",
"recommendation" : null,
"selected" : false
},
"files" : {
"include" : [
"mods/OptiFine_1.10.2*.jar"
],
"exclude" : [ ]
}
},
{
"properties" : {
"name" : "Screenshot Uploader",
"description" : "Automatically upload your screenshots to imgur! Please bind a key for this feature in your options.",
"recommendation" : null,
"selected" : true
},
"files" : {
"include" : [
"mods/ScreenshotUploader*.jar",
"config/ScreenshotUploader.cfg"
],
"exclude" : [ ]
}
}
],
"userFiles" : {
"include" : [
"options.txt",
"optionsshaders.txt",
"journeymap/*",
"options/chiselandbits_clipboard.cfg",
"config/BetterAchievements/*.dat"
],
"exclude" : [ ]
},
"launch" : {
"flags" : [
"-Dfml.ignoreInvalidMinecraftCertificates=true -Xmx 12G"
]
}
}