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.
- after 5 tries of failed deploy core attempts, it falls back to using chat instead. this happens a lot when you `/tp` to somewhere underground where the player's surroundings are covered with blocks and command blocks don't get executed for some reason - i'm using the obd sex mod way of determining block positions now - the deploy core block now gets set to the previous block only when the core is CONFIRMED to be filled, and not just a fixed 100ms waiting time after placed i hope this is enough to fix troubles, if there are more issues i'll try to fix them |
||
|---|---|---|
| .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