mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-15 06:42:28 +00:00
7c7090a582
Co-authored-by: christopher blodgett <christopher.blodgett@gmail.com>
6 lines
346 B
Bash
6 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*"
|
|
|