mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-17 07:03:57 +00:00
6 lines
251 B
Bash
6 lines
251 B
Bash
# Validates specific beta call out for specific mod:
|
|
mc-image-helper assert fileExists "/data/mods/voicechat-fabric*"
|
|
mc-image-helper assert fileExists "/data/mods/flan*"
|
|
# Dependent of flan:
|
|
mc-image-helper assert fileExists "/data/mods/fabric-api*"
|