Sol-Client / client

A fairly good Minecraft client I guess!
https://sol-client.github.io/
GNU General Public License v3.0
189 stars 44 forks source link

Source Code Improvements #101

Closed TheKodeToad closed 1 year ago

TheKodeToad commented 1 year ago

Problem

The imports are quite long and the source files should really have licence headers.

Solution

Let the IDE do it for me.

image and image (I previously had this set to 1000000000 because there's no setting to turn it off in JetBrains - for quite good reason I now realise)

For license,

image

moehreag commented 1 year ago

The task of adding a license header could be automated by Quilt's licenser gradle plugin. Usage example: https://github.com/LambdAurora/LambDynamicLights/blob/1.19/build.gradle