For AUTO_CURSEFORGE, can auto-set LEVEL from world save provided by modpack (#1929)

This commit is contained in:
Geoff Bourne
2023-01-26 13:46:48 -06:00
committed by GitHub
parent 2701fe5add
commit 8efb486c56
4 changed files with 34 additions and 3 deletions

View File

@@ -0,0 +1,19 @@
version: "3.8"
services:
mc:
image: itzg/minecraft-server
ports:
- "25565:25565"
environment:
EULA: "true"
TYPE: AUTO_CURSEFORGE
CF_PAGE_URL: "https://www.curseforge.com/minecraft/modpacks/one-block-modded/files/4136487"
CF_SET_LEVEL_FROM: OVERRIDES
DEBUG: "false"
MEMORY: 4G
volumes:
- mc-data:/data
volumes:
mc-data: {}