MY fork of chyapka fork of Chipmunk Mod
Find a file
2025-07-21 21:45:27 +02:00
.github/workflows Update dependencies (#220) 2022-11-22 15:04:48 +00:00
gradle/wrapper Merge the 1 bagillino changes from chomens fork. also 1.21.8 yay 2025-07-21 17:05:11 +02:00
src/main Fix config saving 2025-07-21 21:45:16 +02:00
.gitignore Merge upstream 2024-11-02 12:58:42 +01:00
build.gradle Merge the 1 bagillino changes from chomens fork. also 1.21.8 yay 2025-07-21 17:05:11 +02: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-07-21 21:45:27 +02: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 first commit 2018-11-03 23:25:39 +01:00
README.md Merge the 1 bagillino changes from chomens fork. also 1.21.8 yay 2025-07-21 17:05:11 +02:00
settings.gradle Resolve plugin dependencies from maven central. (#138) 2021-11-09 13:05:27 +00:00

ChipmunkMod

My fork of chipmunkmod (chayapak fork)

alexa how to install

go to releases then on the latest one click chipmunkmod-x.x.x.jar to download then get fabricmc if you dont have it and then put the downloaded file in your .minecraft/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

Development

When commiting your changes, please use my code style.

In IntelliJ IDEA:

Ctrl + Alt + S, search Code Style, go to Java, click gear icon, Import Scheme -> IntelliJ IDEA code style XML, use the codestyle.xml file in this repository

Ctrl + Alt + Shift + H, click Configure Inspections..., click gear icon, Import Profile..., use the inspections.xml file in this repository