Vivecraft / VivecraftMod

An experimental port of Vivecraft to Forge/Fabric
Other
169 stars 40 forks source link

Detect garbage collector and warn if not ZGC on a capable system #218

Closed Techjar closed 9 months ago

Techjar commented 9 months ago

This is a draft because we still need to create the guide and put the proper link in the code.

https://github.com/Vivecraft/VivecraftMod/wiki/Memory-and-GC-Setup

fayer3 commented 9 months ago

could you fix the lang conflict and run the code formatter? I noticed your PRs don't use it.

Techjar commented 9 months ago

I don't know how to run the formatter.

Techjar commented 9 months ago

You mean Code > Reformat Code/File in Idea? I clicked that and it didn't really change anything. Added braces around an if statement, that's about it.

fayer3 commented 9 months ago

yeah that's it, mostly the missing brackets, also do an optimize imports if possible, to not leave unused ones behind. can do it on the whole java packet with those settings (righ click > reformat code. in the project view) grafik

fayer3 commented 9 months ago

yeah just the imports that are in the wrong order now