mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-16 15:22:26 +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>
5 lines
353 B
Bash
5 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*"
|