mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-17 07:03:57 +00:00
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*"
|
|
|