1
0
mirror of https://github.com/Adam-Ant/modpack_spring_17 synced 2024-07-06 05:36:10 +00:00
modpack_spring_17/modpack.json

68 lines
1.5 KiB
JSON
Raw Permalink Normal View History

2017-05-08 15:59:12 +00:00
{
"name" : "BumfuckBday",
"title" : "Bumfucks Birthday - CwG Spring '17",
"gameVersion" : "1.10.2",
"features" : [
{
"properties" : {
"name" : "Inventory Tweaks",
"description" : "Invenotry 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 world around you.",
"recommendation" : null,
"selected" : false
},
"files" : {
"include" : [
"mods/journeymap*.jar",
"config/journeymap*"
],
"exclude" : [ ]
}
},
{
"properties" : {
"name" : "Optifine",
"description" : "Shaders and rendering optimizations.",
"recommendation" : "starred",
"selected" : true
},
"files" : {
"include" : [
"mods/OptiFine_1.10.2*.jar"
],
"exclude" : [ ]
}
}
],
"userFiles" : {
"include" : [
"options.txt",
"optionsshaders.txt",
"journeymap/*",
2017-05-08 16:32:05 +00:00
"config/BetterAchievements/*.dat",
2017-05-08 18:44:39 +00:00
"config/cofh/core/friends.cfg",
2017-05-08 16:32:05 +00:00
"TooManyGravesData/*",
"logs/*"
2017-05-08 15:59:12 +00:00
],
"exclude" : [ ]
},
"launch" : {
"flags" : [
2017-05-08 21:50:59 +00:00
"-Dfml.ignoreInvalidMinecraftCertificates=true"
2017-05-08 15:59:12 +00:00
]
}
}