diff --git a/copy.sh b/copy.sh index 5e60dea..4b7825a 100644 --- a/copy.sh +++ b/copy.sh @@ -7,4 +7,4 @@ 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" \ No newline at end of file +cp "lithium-fabric-mc1.19.4-0.11.1.jar" "$OUTPUT/mods/lithium-fabric-mc1.19.4-0.11.1.jar" \ No newline at end of file