Bulldog83 / JustMap

A minimap mod for Minecraft with Fabric launcher.
GNU General Public License v3.0
42 stars 17 forks source link

Code tidying #109

Closed magicus closed 2 years ago

magicus commented 3 years ago

I let IntelliJ go through the code, and looked at more or less all suggestions. Those that made sense was accepted by me, sometimes with additional changes to look good in the context. I have manually verified all diffs before committing.

I have also set a consistent import order, trying to match the dominant style in the code base:

import java.*

import all others

import ru.bulldog.justmap.*