chipmunkmod/README.md

17 lines
No EOL
1.2 KiB
Markdown

# ChipmunkMod
My fork of [chipmunkmod (ChomeNS fork)](https://code.chipmunk.land/ChomeNS/chipmunkmod)
If you are not sure if this code is safe to compile and run, you can read through every line of code, and compile it with the below instructions. You can also see the commit history by clicking on the (n) commits button, to make sure nobody has added any exploits or introduced vulnerabilities to the code.
If you find any exploits, security issues, etc in the code, please send me an issue or pull request and I will try to respond to it as soon as possible.
## alexa how to install
This version does not have any releases, so to use this, you will have to compile it.
Make sure you have a Java 21 JDK installed (this may not work for newer JDK versions), then run "./gradlew build" for Unix(-like) OSes or "gradlew.bat build" for Windows. If the build was successful, the compiled JAR file should be in "build/libs".
Make sure you have the Fabric loader and Fabric API installed for version 1.21.1, and copy the JAR file to your mods folder.
if thats not clear enough ask your search engine how to install a fabric mod
if it pops up with errors you dont understand [create an issue](https://code.chipmunk.land/7cc5c4f330d47060/chipmunkmod/issues/new) about it