2023-05-03 21:02:11 +07:00
|
|
|
# ChipmunkMod
|
2025-04-15 10:25:17 +07:00
|
|
|
My fork of [Chipmunk's ChipmunkMod](https://code.chipmunk.land/ChipmunkMC/chipmunkmod)
|
2018-11-03 23:22:32 +01:00
|
|
|
|
2025-04-15 10:25:17 +07:00
|
|
|
# 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
|