docker-minecraft-server/files/cf-exclude-include.json

35 lines
691 B
JSON
Raw Normal View History

{
"globalExcludes": [
"carry-on",
"defensive-measures",
"dynamiclights-reforged",
"entity-texture-features-fabric",
"entityculling",
"extreme-sound-muffler",
"ignitioncoil",
"legendary-tooltips",
"neat",
"nekos-enchanted-books",
"not-enough-animations",
"oculus",
"rubidium",
"rubidium-extra",
2023-02-21 22:52:20 +00:00
"magnesium-extras",
"skin-layers-3d",
"textrues-rubidium-options",
"torohealth-damage-indicators"
],
"modpacks": {
"all-of-fabric-6": {
"forceIncludes": [
"revelationary"
]
},
"valhelsia-5": {
"excludes": [
"modernfix"
]
}
}
2023-02-21 22:52:20 +00:00
}