mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-06-30 14:04:21 +00:00
feat: support WORLD files in compressed tar format (#1297)
This commit is contained in:
@@ -9,6 +9,4 @@ services:
|
||||
GENERIC_PACKS: https://github.com/itzg/mc-image-helper/releases/download/v1.9.5/mc-image-helper-1.9.5.zip,/packs/testing.zip
|
||||
volumes:
|
||||
- ./packs:/packs
|
||||
- data:/data
|
||||
volumes:
|
||||
data: {}
|
||||
- ./data:/data
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
mc-image-helper assert fileExists one.txt mods/two.txt
|
||||
Reference in New Issue
Block a user