1
0
mirror of https://github.com/Adam-Ant/community-chest synced 2024-09-16 23:13:52 +00:00
community-chest/modpack.json

66 lines
1.5 KiB
JSON
Raw Normal View History

2016-10-01 19:44:45 +00:00
{
"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" : "avoid",
"selected" : false
},
"files" : {
"include" : [
"mods/OptiFine_1.10.2*.jar"
],
"exclude" : [ ]
}
}
],
"userFiles" : {
"include" : [
"options.txt",
"optionsshaders.txt",
"journeymap/*",
2016-10-01 23:16:41 +00:00
"options/chiselandbits_clipboard.cfg",
"config/BetterAchievements/*.dat"
2016-10-01 19:44:45 +00:00
],
"exclude" : [ ]
},
"launch" : {
"flags" : [
"-Dfml.ignoreInvalidMinecraftCertificates=true -Xmx 12G"
]
}
}