mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-03-15 11:11:23 +00:00
With AUTO_CURSEFORGE handle modpacks not allowed for distribution by author (#2059)
This commit is contained in:
1
examples/one-block-modded/.gitignore
vendored
Normal file
1
examples/one-block-modded/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
/.env
|
||||
@@ -8,13 +8,19 @@ services:
|
||||
environment:
|
||||
EULA: "true"
|
||||
TYPE: AUTO_CURSEFORGE
|
||||
CF_API_KEY: # allocate from https://console.curseforge.com/
|
||||
CF_PAGE_URL: "https://www.curseforge.com/minecraft/modpacks/one-block-modded/files/4136487"
|
||||
# CF_API_KEY=... must be set in .env file or as environment variable
|
||||
CF_API_KEY: ${CF_API_KEY}
|
||||
CF_SLUG: one-block-modded
|
||||
# Modpack client zip must be manually downloaded from
|
||||
# https://www.curseforge.com/minecraft/modpacks/one-block-modded
|
||||
# due to authors disallowing project distribution
|
||||
CF_MODPACK_ZIP: /modpacks/Modded+OneBock.zip
|
||||
CF_SET_LEVEL_FROM: OVERRIDES
|
||||
DEBUG: "false"
|
||||
MEMORY: 4G
|
||||
volumes:
|
||||
- mc-data:/data
|
||||
- ./modpacks:/modpacks:ro
|
||||
|
||||
volumes:
|
||||
mc-data: {}
|
||||
Reference in New Issue
Block a user