My fork of Chipmunk Mod (Chip -> Chayapak -> Blackilykat -> Me)
This repository has been archived on 2026-01-09. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2026-01-09 05:41:32 -05:00
gradle/wrapper chore: actually update gradle wrapper lol 2025-10-14 09:24:08 +07:00
src/main Remove :3 2025-12-31 04:22:21 -05:00
.gitignore refactor: remove dead code 2025-01-22 21:55:55 -03:00
build.gradle feat: use mojang mappings 2025-12-29 11:41:15 +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 2025-12-31 04:04:11 -05:00
gradlew chore: actually update gradle wrapper lol 2025-10-14 09:24:08 +07:00
gradlew.bat chore: actually update gradle wrapper lol 2025-10-14 09:24:08 +07:00
inspections.xml style: also commit the styles and info in readme 2025-04-15 10:25:17 +07:00
LICENSE Add some random linking exception for mc 2025-12-25 15:56:32 -05:00
README.md Update README.md 2026-01-09 05:41:32 -05:00
settings.gradle Resolve plugin dependencies from maven central. (#138) 2021-11-09 13:05:27 +00:00

NOTICE

This ChipmunkMod fork has been moved to https://codeberg.org/7cc5c4f330d47060/chipmunkmod/. Releases after 3.1.2 will only be published there. This repo will not be updated.

ChipmunkMod

My fork of Blackilykat's fork of ChipmunkMod. Almost all 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.11, 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 you have Gradle installed system-wide, you can use gradle build. 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.11, 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.

After Installation

When using custom chat, the default format is colored light pink and white. To change this, replace #ff99dd (darker color) and #ffccee (lighter color), and optionally white used in messages in the customChat section of config/chipmunkmod.json with colors of your choice. You may also entirely change the format to something different.

License

The mod icon used (https://commons.wikimedia.org/wiki/File:Streifenhoernchen.jpg) is in the public domain.

Copyright © 2024-2026 7cc5c4f330d47060. This project is free software licensed under the GNU General Public License, version 3 or later. Using, modifying, and distributing this code is allowed, even for commercial purposes. If you make any copies of this software, you must link back to this repository. If you make any changes to the software, you must make your changes free as well. See the License file for the full terms and conditions.

This software contains code from the following projects. See their commit histories for attribution.