mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-09-07 22:47:58 +00:00
docs: updating AUTO_CURSEFORGE examples that no longer need /downloads (#2938)
This commit is contained in:
@@ -16,21 +16,6 @@ services:
|
|||||||
- "25565:25565"
|
- "25565:25565"
|
||||||
volumes:
|
volumes:
|
||||||
- mc-data:/data
|
- mc-data:/data
|
||||||
- ./downloads:/downloads
|
|
||||||
# Manually download the following and put into the 'downloads' directory next to this compose file
|
|
||||||
#
|
|
||||||
# Mod Filename Download page
|
|
||||||
# =========================== ========================================= ====================================================================================
|
|
||||||
# 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
|
|
||||||
# Only Hammers [FORGE/FABRIC] OnlyHammers-1.20.1-0.6-Fabric https://www.curseforge.com/minecraft/mc-mods/only-hammers-forge-fabric/files/4832068
|
|
||||||
# Sprinklerz sprinklerz-0.5_fabric.jar https://www.curseforge.com/minecraft/mc-mods/sprinklerz/files/4835664
|
|
||||||
# Frog Legs (Fabric/Forge) FrogLegs-v2.0.0-1.20.1-Fabric.jar https://www.curseforge.com/minecraft/mc-mods/froglegs/files/4917818
|
|
||||||
# TrimsEffects [FABRIC] TrimsEffects - MC 1.20.X - 1.1.0 https://www.curseforge.com/minecraft/mc-mods/trimseffects/files/4954156
|
|
||||||
# Display Case Display Case-fabric-1.20-1.0.8.jar https://www.curseforge.com/minecraft/mc-mods/displaycase/files/4921333
|
|
||||||
# Structory: Towers Structory Towers 1.20.4 v1.0.6 https://www.curseforge.com/minecraft/mc-mods/structory-towers/files/4937875
|
|
||||||
# Packet Fixer Packet Fixer Fabric 1.2.1 https://www.curseforge.com/minecraft/mc-mods/packet-fixer/files/4884316
|
|
||||||
# Perfect Plushies Perfect Plushies 1.9.0 [Fabric] https://www.curseforge.com/minecraft/mc-mods/perfect-plushies/files/4985767
|
|
||||||
# Structory Structory 1.20.2 v1.3.4 https://www.curseforge.com/minecraft/mc-mods/structory/files/4937872
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
mc-data: {}
|
mc-data: {}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
mc:
|
mc:
|
||||||
image: itzg/minecraft-server
|
image: itzg/minecraft-server:java17
|
||||||
ports:
|
ports:
|
||||||
- "25565:25565"
|
- "25565:25565"
|
||||||
environment:
|
environment:
|
||||||
@@ -9,11 +9,10 @@ services:
|
|||||||
# allocate from https://console.curseforge.com/ and set in .env file
|
# allocate from https://console.curseforge.com/ and set in .env file
|
||||||
CF_API_KEY: ${CF_API_KEY}
|
CF_API_KEY: ${CF_API_KEY}
|
||||||
CF_PAGE_URL: https://www.curseforge.com/minecraft/modpacks/all-the-mods-8
|
CF_PAGE_URL: https://www.curseforge.com/minecraft/modpacks/all-the-mods-8
|
||||||
CF_FILENAME_MATCHER: "1.0.6"
|
# CF_FILENAME_MATCHER: "1.1.0"
|
||||||
MEMORY: 4G
|
MEMORY: 4G
|
||||||
volumes:
|
volumes:
|
||||||
- mc-data:/data
|
- mc-data:/data
|
||||||
- ../downloads:/downloads
|
|
||||||
# Since Docker's default volume driver creates volumes owned by root, this
|
# Since Docker's default volume driver creates volumes owned by root, this
|
||||||
# init container will change ownership to match final UID of mc service, above
|
# init container will change ownership to match final UID of mc service, above
|
||||||
init-filebrowser:
|
init-filebrowser:
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ services:
|
|||||||
MEMORY: 4G
|
MEMORY: 4G
|
||||||
volumes:
|
volumes:
|
||||||
- mc-data:/data
|
- mc-data:/data
|
||||||
- ./downloads:/downloads
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
mc-data: {}
|
mc-data: {}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
mc:
|
mc:
|
||||||
image: itzg/minecraft-server:java8-multiarch
|
image: itzg/minecraft-server:java8
|
||||||
ports:
|
ports:
|
||||||
- "25565:25565"
|
- "25565:25565"
|
||||||
environment:
|
environment:
|
||||||
@@ -43,7 +43,6 @@ services:
|
|||||||
MEMORY: 4G
|
MEMORY: 4G
|
||||||
volumes:
|
volumes:
|
||||||
- mc-data:/data
|
- mc-data:/data
|
||||||
- ./downloads:/downloads
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
mc-data: {}
|
mc-data: {}
|
||||||
@@ -7,11 +7,10 @@ services:
|
|||||||
# Set CF_API_KEY=... in a .env file next to this compose file and don't source control that file
|
# Set CF_API_KEY=... in a .env file next to this compose file and don't source control that file
|
||||||
CF_API_KEY: ${CF_API_KEY}
|
CF_API_KEY: ${CF_API_KEY}
|
||||||
CF_SLUG: better-mc-fabric-bmc1
|
CF_SLUG: better-mc-fabric-bmc1
|
||||||
CF_FILENAME_MATCHER: v18.5
|
# CF_FILENAME_MATCHER: v18.5
|
||||||
MEMORY: 4G
|
MEMORY: 4G
|
||||||
volumes:
|
volumes:
|
||||||
- mc:/data
|
- mc:/data
|
||||||
- ../downloads:/downloads
|
|
||||||
ports:
|
ports:
|
||||||
- "25565:25565"
|
- "25565:25565"
|
||||||
|
|
||||||
|
|||||||
@@ -13,38 +13,21 @@ services:
|
|||||||
# Optional: select a specific version/file
|
# Optional: select a specific version/file
|
||||||
#CF_FILENAME_MATCHER: "0.2.34"
|
#CF_FILENAME_MATCHER: "0.2.34"
|
||||||
CF_EXCLUDE_MODS: |
|
CF_EXCLUDE_MODS: |
|
||||||
auudio-forge
|
|
||||||
betterf3
|
|
||||||
better-third-person
|
|
||||||
clickable-advancements
|
|
||||||
controlling
|
controlling
|
||||||
craftpresence
|
craftpresence
|
||||||
creative-core
|
creative-core
|
||||||
default-options
|
default-options
|
||||||
drippy-loading-screen
|
|
||||||
embeddium
|
|
||||||
embeddium-extension
|
|
||||||
embeddium-extras
|
|
||||||
equipment-compare
|
equipment-compare
|
||||||
ezzoom
|
|
||||||
fading-night-vision
|
|
||||||
fancymenu
|
|
||||||
item-borders
|
item-borders
|
||||||
itemphysic-lite
|
itemphysic-lite
|
||||||
just-enough-resources-jer
|
|
||||||
konkrete
|
konkrete
|
||||||
legendary-tooltips
|
|
||||||
mouse-tweaks
|
|
||||||
oauth
|
oauth
|
||||||
oculus
|
|
||||||
sound-filters
|
sound-filters
|
||||||
textrues-embeddium-options
|
|
||||||
toast-control
|
toast-control
|
||||||
CF_FORCE_SYNCHRONIZE: "true"
|
CF_FORCE_SYNCHRONIZE: "true"
|
||||||
MEMORY: 4G
|
MEMORY: 4G
|
||||||
volumes:
|
volumes:
|
||||||
- mc-data:/data
|
- mc-data:/data
|
||||||
- ./downloads:/downloads
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
mc-data: {}
|
mc-data: {}
|
||||||
|
|||||||
@@ -16,10 +16,6 @@ services:
|
|||||||
ENABLE_COMMAND_BLOCK: true
|
ENABLE_COMMAND_BLOCK: true
|
||||||
DIFFICULTY: hard
|
DIFFICULTY: hard
|
||||||
volumes:
|
volumes:
|
||||||
# Need to place non-distributable mods in ./downloads/mods
|
|
||||||
# As of Update-10.0.0
|
|
||||||
# - Neon Craft 2 v2.2: https://www.curseforge.com/minecraft/mc-mods/neon-craft-2-mod/files/3726051
|
|
||||||
- ./downloads:/downloads
|
|
||||||
- mc-data:/data
|
- mc-data:/data
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"globalExcludes": [
|
"globalExcludes": [
|
||||||
"ambientsounds",
|
"ambientsounds",
|
||||||
|
"auudio-forge",
|
||||||
"appleskin",
|
"appleskin",
|
||||||
"armor-toughness-bar",
|
"armor-toughness-bar",
|
||||||
"better-advancements",
|
"better-advancements",
|
||||||
@@ -9,18 +10,25 @@
|
|||||||
"biomeinfo",
|
"biomeinfo",
|
||||||
"block-drops-jei-addon",
|
"block-drops-jei-addon",
|
||||||
"cherished-worlds",
|
"cherished-worlds",
|
||||||
|
"clickable-advancements",
|
||||||
"controlling",
|
"controlling",
|
||||||
"ctm",
|
"ctm",
|
||||||
"custom-main-menu",
|
"custom-main-menu",
|
||||||
"defensive-measures",
|
"defensive-measures",
|
||||||
"ding",
|
"ding",
|
||||||
|
"drippy-loading-screen",
|
||||||
"dynamiclights-reforged",
|
"dynamiclights-reforged",
|
||||||
"embeddium",
|
"embeddium",
|
||||||
|
"embeddium-extension",
|
||||||
|
"embeddium-extras",
|
||||||
"enchantment-descriptions",
|
"enchantment-descriptions",
|
||||||
"entity-texture-features-fabric",
|
"entity-texture-features-fabric",
|
||||||
"entityculling",
|
"entityculling",
|
||||||
"extreme-sound-muffler",
|
"extreme-sound-muffler",
|
||||||
|
"ezzoom",
|
||||||
|
"fading-night-vision",
|
||||||
"falling-leaves-forge",
|
"falling-leaves-forge",
|
||||||
|
"fancymenu",
|
||||||
"free-cam",
|
"free-cam",
|
||||||
"ignitioncoil",
|
"ignitioncoil",
|
||||||
"inmisaddon",
|
"inmisaddon",
|
||||||
@@ -50,6 +58,7 @@
|
|||||||
"searchables",
|
"searchables",
|
||||||
"skin-layers-3d",
|
"skin-layers-3d",
|
||||||
"sodium",
|
"sodium",
|
||||||
|
"textrues-embeddium-options",
|
||||||
"textrues-rubidium-options",
|
"textrues-rubidium-options",
|
||||||
"thaumic-jei",
|
"thaumic-jei",
|
||||||
"tips",
|
"tips",
|
||||||
|
|||||||
Reference in New Issue
Block a user