Skip to content

Commit 6391be5

Browse files
authored
added cf new exclusions (#3214)
1 parent 2d1a35d commit 6391be5

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

examples/rad2/compose.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,8 @@ services:
1414
#CF_FILENAME_MATCHER: "0.2.34"
1515
CF_EXCLUDE_MODS: |
1616
controlling
17-
craftpresence
1817
creative-core
1918
default-options
20-
equipment-compare
21-
item-borders
2219
itemphysic-lite
2320
konkrete
2421
oauth

examples/vault-hunters-1-18-2/docker-compose.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@ services:
1313
MEMORY: 6G # 4G for base server + 2G per player
1414
CF_EXCLUDE_MODS: |
1515
reauth
16-
item-highlighter
1716
ALLOW_FLIGHT: true
1817
ENABLE_COMMAND_BLOCK: true
1918
DIFFICULTY: hard
2019
volumes:
2120
- mc-data:/data
2221

2322
volumes:
24-
mc-data: {}
23+
mc-data: {}

files/cf-exclude-include.json

+5
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"clickable-advancements",
2727
"configured",
2828
"controlling",
29+
"craftpresence",
2930
"ctm",
3031
"custom-main-menu",
3132
"dark-mode-everywhere",
@@ -44,6 +45,7 @@
4445
"entity-collision-fps-fix",
4546
"entity-texture-features-fabric",
4647
"entityculling",
48+
"equipment-compare",
4749
"extreme-sound-muffler",
4850
"ezzoom",
4951
"fading-night-vision",
@@ -61,6 +63,8 @@
6163
"inmisaddon",
6264
"iris-flywheel-compat",
6365
"irisshaders",
66+
"item-borders",
67+
"item-highlighter",
6468
"item-obliterator",
6569
"itemphysic-lite",
6670
"itemzoom",
@@ -125,6 +129,7 @@
125129
"vanillafix",
126130
"visuality",
127131
"waila-harvestability",
132+
"wawla",
128133
"xaeroplus",
129134
"yungs-menu-tweaks",
130135
"zume"

0 commit comments

Comments
 (0)