mirror of
https://github.com/itzg/docker-minecraft-server
synced 2025-01-24 17:55:05 +00:00
added cf new exclusions (#3214)
This commit is contained in:
parent
2d1a35dba8
commit
6391be5251
3 changed files with 6 additions and 5 deletions
|
@ -14,11 +14,8 @@ services:
|
||||||
#CF_FILENAME_MATCHER: "0.2.34"
|
#CF_FILENAME_MATCHER: "0.2.34"
|
||||||
CF_EXCLUDE_MODS: |
|
CF_EXCLUDE_MODS: |
|
||||||
controlling
|
controlling
|
||||||
craftpresence
|
|
||||||
creative-core
|
creative-core
|
||||||
default-options
|
default-options
|
||||||
equipment-compare
|
|
||||||
item-borders
|
|
||||||
itemphysic-lite
|
itemphysic-lite
|
||||||
konkrete
|
konkrete
|
||||||
oauth
|
oauth
|
||||||
|
|
|
@ -13,7 +13,6 @@ services:
|
||||||
MEMORY: 6G # 4G for base server + 2G per player
|
MEMORY: 6G # 4G for base server + 2G per player
|
||||||
CF_EXCLUDE_MODS: |
|
CF_EXCLUDE_MODS: |
|
||||||
reauth
|
reauth
|
||||||
item-highlighter
|
|
||||||
ALLOW_FLIGHT: true
|
ALLOW_FLIGHT: true
|
||||||
ENABLE_COMMAND_BLOCK: true
|
ENABLE_COMMAND_BLOCK: true
|
||||||
DIFFICULTY: hard
|
DIFFICULTY: hard
|
||||||
|
@ -21,4 +20,4 @@ services:
|
||||||
- mc-data:/data
|
- mc-data:/data
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
mc-data: {}
|
mc-data: {}
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
"clickable-advancements",
|
"clickable-advancements",
|
||||||
"configured",
|
"configured",
|
||||||
"controlling",
|
"controlling",
|
||||||
|
"craftpresence",
|
||||||
"ctm",
|
"ctm",
|
||||||
"custom-main-menu",
|
"custom-main-menu",
|
||||||
"dark-mode-everywhere",
|
"dark-mode-everywhere",
|
||||||
|
@ -44,6 +45,7 @@
|
||||||
"entity-collision-fps-fix",
|
"entity-collision-fps-fix",
|
||||||
"entity-texture-features-fabric",
|
"entity-texture-features-fabric",
|
||||||
"entityculling",
|
"entityculling",
|
||||||
|
"equipment-compare",
|
||||||
"extreme-sound-muffler",
|
"extreme-sound-muffler",
|
||||||
"ezzoom",
|
"ezzoom",
|
||||||
"fading-night-vision",
|
"fading-night-vision",
|
||||||
|
@ -61,6 +63,8 @@
|
||||||
"inmisaddon",
|
"inmisaddon",
|
||||||
"iris-flywheel-compat",
|
"iris-flywheel-compat",
|
||||||
"irisshaders",
|
"irisshaders",
|
||||||
|
"item-borders",
|
||||||
|
"item-highlighter",
|
||||||
"item-obliterator",
|
"item-obliterator",
|
||||||
"itemphysic-lite",
|
"itemphysic-lite",
|
||||||
"itemzoom",
|
"itemzoom",
|
||||||
|
@ -125,6 +129,7 @@
|
||||||
"vanillafix",
|
"vanillafix",
|
||||||
"visuality",
|
"visuality",
|
||||||
"waila-harvestability",
|
"waila-harvestability",
|
||||||
|
"wawla",
|
||||||
"xaeroplus",
|
"xaeroplus",
|
||||||
"yungs-menu-tweaks",
|
"yungs-menu-tweaks",
|
||||||
"zume"
|
"zume"
|
||||||
|
|
Loading…
Reference in a new issue