mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
6 lines
268 B
Bash
6 lines
268 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/onastick-fabric*"
|
||
|
# Dependent of on a stick:
|
||
|
mc-image-helper assert fileExists "/data/mods/fabric-api*"
|