Adds klaxons, air-raid sirens, and other annoying blocks and items to Minecraft! Because we all needed that, right?
This project will never have a 0.5-alpha, due to me accidentally labeling 0.3-alpha as 0.5-alpha and being unable to undo it.
Open the repo folder as a project, and run
gradlew genIntellijRuns
(Windows), or
./gradlew genIntellijRuns
(Linux/MacOS)
in the terminal. Then, run
gradlew build
(Windows), or
./gradlew build
(Linux/MacOS)
The mod .jar will be in <repo folder>/build/libs
##Eclipse
I don't use it, so correct me if this doesn't work, but the steps should be the same, except you run genEclipseRuns
instead of genIntellijRuns
This is under the GNU GPLv3. Feel free to include this in modpacks or fork it, but please notify me and give credit. Additionally, the modpack/custom fork must also use the GNU GPLv3 or later.