Minerdwarf222 / DwarfHighlighterMod_1.20.1

This is the 1.20.1 version of the DwarfHighlighterMod made specifically for adding features to the minecraft server "Monumenta".
1 stars 0 forks source link

Split DwarfHighlightMod.java. #2

Open Minerdwarf222 opened 1 month ago

Minerdwarf222 commented 1 month ago

DwarfHighlightMod.java is much larger than it needs to be and should be split into other classes.
For example:

Minerdwarf222 commented 1 month ago

When splitting main, move config such that it only saves on shut down via: Runtime.getRuntime().addShutdownHook(new Thread(Config::saveConfig)); (https://github.com/Declipsonator/Particle-Blocker/blob/main/src/main/java/me/declipsonator/particleblocker/ParticleBlocker.java)