Merge branch '1.21.1' of code.chipmunk.land:7cc5c4f330d47060/chipmunkmod into 1.21.1

This commit is contained in:
7cc5c4f330d47060 2024-10-24 20:43:55 -04:00
commit 6b87be6da2
Signed by: 7cc5c4f330d47060
SSH key fingerprint: SHA256:e+4tcZut1nBpe10PqjaO+Rvie0Q7W4qIvFzcUw+7riA

View file

@ -8,7 +8,7 @@ If you find any exploits, security issues, etc in the code, please send me an is
## 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, 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 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.