mirror of
https://code.chipmunk.land/ChomeNS/chipmunkmod.git
synced 2025-11-13 17:36:16 +00:00
My fork of ChipmunkMod. This is a mirror from Chipmunk's Forgejo instance.
i was also attempting to fix tracked core, but it really seems like the server is checking the distance between you and the block (since we are using the query block NBT packet instead of tellraw), although i have checked the vanilla minecraft code, they don't seem to check for it. maybe it's just a skill issue on my part, but it used to work in the original version of chipmunkmod, if i remember correctly anyway, now it's basically a silent fill. you can still do `.core runFillCommand false` to still disable the place block core |
||
|---|---|---|
| .github/workflows | ||
| 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 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