mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
4f9de809f8
Co-authored-by: christopher blodgett <christopher.blodgett@gmail.com>
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*"
|