chipmunkmod/README.md

13 lines
773 B
Markdown
Raw Normal View History

2023-05-03 10:02:11 -04:00
# ChipmunkMod
2024-09-05 17:14:51 -04:00
My fork of [chipmunkmod (Blackilykat fork)](https://code.chipmunk.land/Blackilykat/chipmunkmod)
2018-11-03 18:22:32 -04:00
2023-10-13 10:29:52 -04:00
## alexa how to install
2024-09-05 17:14:51 -04:00
This version does not have any releases, so to use this, you will have to compile it.
Make sure you have a Java 17 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.20.2, and copy the JAR file to your mods folder.
2023-10-13 10:29:52 -04:00
if thats not clear enough ask your search engine how to install a fabric mod
2024-09-05 17:14:51 -04:00
if it pops up with errors you dont understand [create an issue](https://code.chipmunk.land/7cc5c4f330d47060/chipmunkmod/issues/new) about it