Commit 30ec9b36 by Jonathan Thomas

Experiment to create a -forge build which has an extra FORGE file in it (take 2)

parent b7c49151
Pipeline #12728 passed with stages
in 2 minutes 23 seconds
......@@ -53,9 +53,10 @@ build_mod:
mv build/libs/creaturechat-*.jar .
if [ "$minecraft_version" == "1.20.1" ]; then
cp creaturechat-1.20.1.jar creaturechat-1.20.1-forge.jar
touch FORGE
zip -r creaturechat-1.20.1-forge.jar FORGE
jar_name=$(ls creaturechat-*+1.20.1.jar)
cp "$jar_name" "${jar_name%.jar}-forge.jar"
touch FORGE
zip -r "${jar_name%.jar}-forge.jar" FORGE
fi
FABRIC_API_JAR="fabric-api-${fabric_version}.jar"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment