My fork of ChipmunkMod. This is a mirror from Chipmunk's Forgejo instance.
Find a file
ChomeNS ea16395c15
fix: try to fix maddy's spam (doesn't do much..)
yes i'm also planning to create deploy core, which should evade all cspy spams, but i'm not sure how well that will perform in a minecraft client
my another plan is to only fill the core only when it's needed, like only when the chat is open (for custom chat), or when there's a cloop running
2025-04-19 09:23:28 +07:00
.github/workflows Update dependencies (#220) 2022-11-22 15:04:48 +00:00
gradle/wrapper build: cleanup buildscripts a lot 2024-12-27 22:44:15 -03:00
src/main fix: try to fix maddy's spam (doesn't do much..) 2025-04-19 09:23:28 +07:00
.gitignore Add files the JVM may generate under certain conditions to .gitignore (#159) 2022-11-22 15:08:37 +00: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 feat: 1.21.4 update 2024-12-27 23:25:46 -03: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 style: also commit the styles and info in readme 2025-04-15 10:25:17 +07:00
settings.gradle Resolve plugin dependencies from maven central. (#138) 2021-11-09 13:05:27 +00:00

ChipmunkMod

My fork of Chipmunk's ChipmunkMod

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