mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
8dadfecf28
* Fix for Random forge api failure, removing dependency duplication messages * pushing array test for review * Fixing while loops that were causing downloaded modids to reset Co-authored-by: christopher blodgett <christopher.blodgett@gmail.com>
6 lines
353 B
Bash
6 lines
353 B
Bash
# No family filter applied, DO NOT use Fabric or Forge specific name validation as it may cause random breakage.
|
|
mc-image-helper assert fileExists "/data/mods/BiomesOPlenty*"
|
|
mc-image-helper assert fileExists "/data/mods/TerraBlender*"
|
|
mc-image-helper assert fileExists "/data/mods/voicechat*"
|
|
mc-image-helper assert fileExists "/data/mods/fabric-api*"
|