File tree 8 files changed +13
-44
lines changed
8 files changed +13
-44
lines changed Original file line number Diff line number Diff line change @@ -16,21 +16,6 @@ services:
16
16
- " 25565:25565"
17
17
volumes :
18
18
- mc-data:/data
19
- - ./downloads:/downloads
20
- # Manually download the following and put into the 'downloads' directory next to this compose file
21
- #
22
- # Mod Filename Download page
23
- # =========================== ========================================= ====================================================================================
24
- # Fish of Thieves [Fabric 1.20.1] Fish of Thieves v3.0.3 https://www.curseforge.com/minecraft/mc-mods/fish-of-thieves/files/4958329
25
- # Only Hammers [FORGE/FABRIC] OnlyHammers-1.20.1-0.6-Fabric https://www.curseforge.com/minecraft/mc-mods/only-hammers-forge-fabric/files/4832068
26
- # Sprinklerz sprinklerz-0.5_fabric.jar https://www.curseforge.com/minecraft/mc-mods/sprinklerz/files/4835664
27
- # Frog Legs (Fabric/Forge) FrogLegs-v2.0.0-1.20.1-Fabric.jar https://www.curseforge.com/minecraft/mc-mods/froglegs/files/4917818
28
- # TrimsEffects [FABRIC] TrimsEffects - MC 1.20.X - 1.1.0 https://www.curseforge.com/minecraft/mc-mods/trimseffects/files/4954156
29
- # Display Case Display Case-fabric-1.20-1.0.8.jar https://www.curseforge.com/minecraft/mc-mods/displaycase/files/4921333
30
- # Structory: Towers Structory Towers 1.20.4 v1.0.6 https://www.curseforge.com/minecraft/mc-mods/structory-towers/files/4937875
31
- # Packet Fixer Packet Fixer Fabric 1.2.1 https://www.curseforge.com/minecraft/mc-mods/packet-fixer/files/4884316
32
- # Perfect Plushies Perfect Plushies 1.9.0 [Fabric] https://www.curseforge.com/minecraft/mc-mods/perfect-plushies/files/4985767
33
- # Structory Structory 1.20.2 v1.3.4 https://www.curseforge.com/minecraft/mc-mods/structory/files/4937872
34
19
35
20
volumes :
36
21
mc-data : {}
Original file line number Diff line number Diff line change 1
1
services :
2
2
mc :
3
- image : itzg/minecraft-server
3
+ image : itzg/minecraft-server:java17
4
4
ports :
5
5
- " 25565:25565"
6
6
environment :
@@ -9,11 +9,10 @@ services:
9
9
# allocate from https://console.curseforge.com/ and set in .env file
10
10
CF_API_KEY : ${CF_API_KEY}
11
11
CF_PAGE_URL : https://www.curseforge.com/minecraft/modpacks/all-the-mods-8
12
- CF_FILENAME_MATCHER : " 1.0.6 "
12
+ # CF_FILENAME_MATCHER: "1.1.0 "
13
13
MEMORY : 4G
14
14
volumes :
15
15
- mc-data:/data
16
- - ../downloads:/downloads
17
16
# Since Docker's default volume driver creates volumes owned by root, this
18
17
# init container will change ownership to match final UID of mc service, above
19
18
init-filebrowser :
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ services:
14
14
MEMORY : 4G
15
15
volumes :
16
16
- mc-data:/data
17
- - ./downloads:/downloads
18
17
19
18
volumes :
20
19
mc-data : {}
Original file line number Diff line number Diff line change 1
1
services :
2
2
mc :
3
- image : itzg/minecraft-server:java8-multiarch
3
+ image : itzg/minecraft-server:java8
4
4
ports :
5
5
- " 25565:25565"
6
6
environment :
@@ -43,7 +43,6 @@ services:
43
43
MEMORY : 4G
44
44
volumes :
45
45
- mc-data:/data
46
- - ./downloads:/downloads
47
46
48
47
volumes :
49
48
mc-data : {}
Original file line number Diff line number Diff line change @@ -7,11 +7,10 @@ services:
7
7
# Set CF_API_KEY=... in a .env file next to this compose file and don't source control that file
8
8
CF_API_KEY : ${CF_API_KEY}
9
9
CF_SLUG : better-mc-fabric-bmc1
10
- CF_FILENAME_MATCHER : v18.5
10
+ # CF_FILENAME_MATCHER: v18.5
11
11
MEMORY : 4G
12
12
volumes :
13
13
- mc:/data
14
- - ../downloads:/downloads
15
14
ports :
16
15
- " 25565:25565"
17
16
Original file line number Diff line number Diff line change @@ -13,38 +13,21 @@ services:
13
13
# Optional: select a specific version/file
14
14
# CF_FILENAME_MATCHER: "0.2.34"
15
15
CF_EXCLUDE_MODS : |
16
- auudio-forge
17
- betterf3
18
- better-third-person
19
- clickable-advancements
20
16
controlling
21
17
craftpresence
22
18
creative-core
23
19
default-options
24
- drippy-loading-screen
25
- embeddium
26
- embeddium-extension
27
- embeddium-extras
28
20
equipment-compare
29
- ezzoom
30
- fading-night-vision
31
- fancymenu
32
21
item-borders
33
22
itemphysic-lite
34
- just-enough-resources-jer
35
23
konkrete
36
- legendary-tooltips
37
- mouse-tweaks
38
24
oauth
39
- oculus
40
25
sound-filters
41
- textrues-embeddium-options
42
26
toast-control
43
27
CF_FORCE_SYNCHRONIZE : " true"
44
28
MEMORY : 4G
45
29
volumes :
46
30
- mc-data:/data
47
- - ./downloads:/downloads
48
31
49
32
volumes :
50
33
mc-data : {}
Original file line number Diff line number Diff line change @@ -16,10 +16,6 @@ services:
16
16
ENABLE_COMMAND_BLOCK : true
17
17
DIFFICULTY : hard
18
18
volumes :
19
- # Need to place non-distributable mods in ./downloads/mods
20
- # As of Update-10.0.0
21
- # - Neon Craft 2 v2.2: https://www.curseforge.com/minecraft/mc-mods/neon-craft-2-mod/files/3726051
22
- - ./downloads:/downloads
23
19
- mc-data:/data
24
20
25
21
volumes :
Original file line number Diff line number Diff line change 1
1
{
2
2
"globalExcludes" : [
3
3
" ambientsounds" ,
4
+ " auudio-forge" ,
4
5
" appleskin" ,
5
6
" armor-toughness-bar" ,
6
7
" better-advancements" ,
9
10
" biomeinfo" ,
10
11
" block-drops-jei-addon" ,
11
12
" cherished-worlds" ,
13
+ " clickable-advancements" ,
12
14
" controlling" ,
13
15
" ctm" ,
14
16
" custom-main-menu" ,
15
17
" defensive-measures" ,
16
18
" ding" ,
19
+ " drippy-loading-screen" ,
17
20
" dynamiclights-reforged" ,
18
21
" embeddium" ,
22
+ " embeddium-extension" ,
23
+ " embeddium-extras" ,
19
24
" enchantment-descriptions" ,
20
25
" entity-texture-features-fabric" ,
21
26
" entityculling" ,
22
27
" extreme-sound-muffler" ,
28
+ " ezzoom" ,
29
+ " fading-night-vision" ,
23
30
" falling-leaves-forge" ,
31
+ " fancymenu" ,
24
32
" free-cam" ,
25
33
" ignitioncoil" ,
26
34
" inmisaddon" ,
50
58
" searchables" ,
51
59
" skin-layers-3d" ,
52
60
" sodium" ,
61
+ " textrues-embeddium-options" ,
53
62
" textrues-rubidium-options" ,
54
63
" thaumic-jei" ,
55
64
" tips" ,
You can’t perform that action at this time.
0 commit comments