My fork of Chipmunk Mod (Chip -> Chayapak -> Blackilykat -> Me)
Find a file
2025-05-03 16:45:21 -04:00
gradle/wrapper build: cleanup buildscripts a lot 2024-12-27 22:44:15 -03:00
src/main Merge remote-tracking branch '1211/1.21.4' into bk-original 2025-05-03 16:45:21 -04:00
.gitignore refactor: remove dead code 2025-01-22 21:55:55 -03:00
build.gradle chore: bump loom 2025-03-24 17:39:47 +07:00
codestyle.xml style: also commit the styles and info in readme 2025-04-15 10:25:17 +07:00
gradle.properties Bump version 2024-12-28 15:55:50 -05:00
gradlew build: cleanup buildscripts a lot 2024-12-27 22:44:15 -03:00
gradlew.bat build: cleanup buildscripts a lot 2024-12-27 22:44:15 -03:00
inspections.xml style: also commit the styles and info in readme 2025-04-15 10:25:17 +07:00
LICENSE Change license 2025-03-15 18:38:19 -04:00
README.md Comment thjis oi8ut 2025-04-18 14:14:37 -04:00
settings.gradle Resolve plugin dependencies from maven central. () 2021-11-09 13:05:27 +00:00

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)