My fork of ChipmunkMod. This is a mirror from Chipmunk's Forgejo instance.
Find a file
ChomeNS aae472cb27
refactor: improvements to place block core (so-called "deploy core")
- 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
2025-10-13 18:49:05 +07:00
.github/workflows Update dependencies (#220) 2022-11-22 15:04:48 +00:00
gradle/wrapper feat: port to 1.21.7 2025-07-06 16:06:49 -03:00
src/main refactor: improvements to place block core (so-called "deploy core") 2025-10-13 18:49:05 +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 feat: port to 1.21.7 2025-07-06 16:06:49 -03:00
codestyle.xml style: also commit the styles and info in readme 2025-04-15 10:25:17 +07:00
gradle.properties 1.21.8 update 2025-07-26 02:04:50 -04: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