This repository has been archived on 2025-07-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
lgbtq-minecraft/copy.sh
AKP a72c53a279
Switch to Fabric and Lithium
Signed-off-by: AKP <tom@tdpain.net>
2023-03-23 12:58:10 +00:00

10 lines
No EOL
202 B
Bash

#!/usr/bin/env bash
set -ex
OUTPUT="$1"
cp server.properties "$OUTPUT/server.properties"
mkdir -p "$OUTPUT/mods"
cp "lithium-fabric-mc1.19.4-0.11.1.jar" "$OUTPUT/lithium-fabric-mc1.19.4-0.11.1.jar"