1
0
mirror of https://git.fellies.tech/minecraft/fellies.git synced 2021-02-13 10:18:48 +00:00
Fellies/config[common]/pneumaticcraft/thirdparty.cfg

15 lines
345 B
INI
Raw Normal View History

2021-01-15 23:04:01 +00:00
{
"description": "Enable/disable integration of specific third-party mods",
"enabled_mods": {
2021-01-17 11:43:36 +00:00
"botania": false,
2021-01-15 23:04:01 +00:00
"theoneprobe": true,
"mekanism": true,
"immersiveengineering": true,
"curios": true,
"patchouli": true,
2021-01-17 11:43:36 +00:00
"computercraft": false,
2021-01-15 23:04:01 +00:00
"waila": true,
"appliedenergistics2": true,
"jei": true
}
}