mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-04 01:19:19 +00:00
add advancement plaques to cf exclusions (#3168)
This commit is contained in:
parent
a03d02e59e
commit
e090b0aef5
1 changed files with 4 additions and 9 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"globalExcludes": [
|
||||
"advancement-plaques",
|
||||
"ambience-music-mod",
|
||||
"ambientsounds",
|
||||
"appleskin",
|
||||
|
@ -128,19 +129,13 @@
|
|||
],
|
||||
"modpacks": {
|
||||
"all-of-fabric-6": {
|
||||
"forceIncludes": [
|
||||
"revelationary"
|
||||
]
|
||||
"forceIncludes": ["revelationary"]
|
||||
},
|
||||
"valhelsia-5": {
|
||||
"excludes": [
|
||||
"modernfix"
|
||||
]
|
||||
"excludes": ["modernfix"]
|
||||
},
|
||||
"create-arcane-engineering": {
|
||||
"forceIncludes": [
|
||||
"just-enough-resources-jer"
|
||||
]
|
||||
"forceIncludes": ["just-enough-resources-jer"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue