gradle/wrapper | ||
src/main | ||
.gitignore | ||
build.gradle | ||
codestyle.xml | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
inspections.xml | ||
LICENSE | ||
README.md | ||
settings.gradle |
ChipmunkMod
My fork of Blackilykat's fork of ChipmunkMod. Many of the Blackilykat features have been removed.
Installation
Download the JAR file (not the source code archive unless you want to build it) of the latest release from the Releases tab, ensure you have the Fabric loader and Fabric API installed for version 1.21.4, then copy the JAR file to your mods folder. Alternatively, you may follow the instructions below to get the latest code.
Building
Download the code by clicking the 3 dots icon on the right of the screen below the repository info then Download ZIP
or Download TAR.GZ
, then extract it.
Alternatively, you can download using the Git client: git clone https://code.chipmunk.land/7cc5c4f330d47060/chipmunkmod.git
Ensure you have a Java 21 JDK installed (this may not work for other JDK versions), then go to the ChipmunkMod directory and 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
.
Ensure you have the Fabric loader and Fabric API installed for version 1.21.4, and copy the JAR file to your mods folder.
If that's not clear enough, search how to install a Fabric mod on a search engine.
If errors appear that you don't understand, create an issue about it.
License
The mod icon used (https://commons.wikimedia.org/wiki/File:Streifenhoernchen.jpg) is in the public domain.
This project is licensed under the MIT License. Using, modifying, and distributing this software, whether in source or binary form, is allowed, even for commercial purposes. If you make any copies of this software, you MUST link back to this repository. See the LICENSE document for the full terms and conditions.
This software contains code from the following projects. See their commit histories for attribution. Fabric Example Mod (https://github.com/FabricMC/fabric-example-mod) Original ChipmunkMod (https://code.chipmunk.land/chipmunkmc/chipmunkmod) ChomeNS' fork of ChipmunkMod (https://code.chipmunk.land/ChomeNS/chipmunkmod) Blackilykat's fork of ChipmunkMod (https://code.chipmunk.land/Blackilykat/chipmunkmod)