mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
7c7090a582
Co-authored-by: christopher blodgett <christopher.blodgett@gmail.com>
7 lines
346 B
Bash
7 lines
346 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/voicechat-fabric-1*"
|
|
# Should be pull v4 and higher for 1.18.2:
|
|
mc-image-helper assert fileExists "/data/mods/architectury-4*"
|
|
mc-image-helper assert fileExists "/data/mods/fabric-api*"
|
|
|