#!/bin/bash # Clean the build environment ./gradlew clean # Ensure the required directory exists and create the mixins.srg file mkdir -p build/tmp/reobf/ touch build/tmp/reobf/mixins.srg # Build and create the jar file ./gradlew build jar #./gradlew shadowJar