My fork of Chipmunk Mod (Chip -> Chayapak -> Blackilykat -> Me)
Find a file
2024-10-12 23:47:42 -04:00
gradle/wrapper Merge branch '1.20.1' of https://code.chipmunk.land/ChomeNS/chipmunkmod into chomens 2024-10-12 23:35:35 -04:00
src/main Merge branch '1.20.1' of https://code.chipmunk.land/ChomeNS/chipmunkmod into chomens 2024-10-12 23:35:35 -04:00
.gitignore Add files the JVM may generate under certain conditions to .gitignore (#159) 2022-11-22 15:08:37 +00:00
build.gradle Copy build file from chayapak 2024-10-12 23:36:09 -04:00
gradle.properties Bump version 2024-10-12 23:41:20 -04:00
gradlew Merge branch '1.20.1' of https://code.chipmunk.land/ChomeNS/chipmunkmod into chomens 2024-10-12 23:35:35 -04:00
gradlew.bat Update to Gradle 7.6 (#222) 2022-11-28 20:57:01 +00:00
LICENSE first commit 2018-11-03 23:25:39 +01:00
README.md Update REMADE 2024-10-12 23:44:07 -04:00
settings.gradle Resolve plugin dependencies from maven central. (#138) 2021-11-09 13:05:27 +00:00

ChipmunkMod

My fork of chipmunkmod (ChomeNS fork)

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, 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 about it