Skip to content

Commit

Permalink
added cf new exclusions (#3214)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyxFox authored Dec 29, 2024
1 parent 2d1a35d commit 6391be5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 0 additions & 3 deletions examples/rad2/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@ services:
#CF_FILENAME_MATCHER: "0.2.34"
CF_EXCLUDE_MODS: |
controlling
craftpresence
creative-core
default-options
equipment-compare
item-borders
itemphysic-lite
konkrete
oauth
Expand Down
3 changes: 1 addition & 2 deletions examples/vault-hunters-1-18-2/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ services:
MEMORY: 6G # 4G for base server + 2G per player
CF_EXCLUDE_MODS: |
reauth
item-highlighter
ALLOW_FLIGHT: true
ENABLE_COMMAND_BLOCK: true
DIFFICULTY: hard
volumes:
- mc-data:/data

volumes:
mc-data: {}
mc-data: {}
5 changes: 5 additions & 0 deletions files/cf-exclude-include.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"clickable-advancements",
"configured",
"controlling",
"craftpresence",
"ctm",
"custom-main-menu",
"dark-mode-everywhere",
Expand All @@ -44,6 +45,7 @@
"entity-collision-fps-fix",
"entity-texture-features-fabric",
"entityculling",
"equipment-compare",
"extreme-sound-muffler",
"ezzoom",
"fading-night-vision",
Expand All @@ -61,6 +63,8 @@
"inmisaddon",
"iris-flywheel-compat",
"irisshaders",
"item-borders",
"item-highlighter",
"item-obliterator",
"itemphysic-lite",
"itemzoom",
Expand Down Expand Up @@ -125,6 +129,7 @@
"vanillafix",
"visuality",
"waila-harvestability",
"wawla",
"xaeroplus",
"yungs-menu-tweaks",
"zume"
Expand Down

0 comments on commit 6391be5

Please sign in to comment.