For Developer's
This Page Will Help Devs/Contributers
Building
Building IceCream Is Resource Intensive and Hard Heres A Quick Tutorial
Make sure you have java, git and a IDE! If your on Windows you do not need ./ before ./gradlew so for example gradlew applyPatches
Clone our git repo in your PC with
git clone https://www.github.com/IceCreamMC/IceCream
Build/Apply Patches with
./gradlew applyPatches
Build The Jar with
./gradlew createReobfPaperclipJar
or./gradlew createMojmapPaperclipJar
It should be in
build/libs/(your jar)
Last updated