Luna
Luna
This would allow JVM garbage collector clear inactive shared services on demand, eg. when heap memory runs out. Making it possible to build large projects with different mc versions (They...
## Multi-line call, aka. continuation indent in IDEA setting Before: ``` vec3( 1.0, 2.0, 3.0 ) ``` After, with continuation indent of 8 (default): ``` vec3( 1.0, 2.0, 3.0, )...
See https://github.com/architectury/architectury-transformer/pull/16 Replace Java environment property access with property access provided by `TransformerContext`. This should fix problems with Gradle parallel build (`org.gradle.parallel`) such as wrong refmaps getting placed in the...
I have interface injections defined in the common project's fabric.mod.json, loom did apply it to the mc jar for that project as intended. However, it didn't apply the same injections...
It makes packs load faster (depending on how many preprocessors they spammed)
The actual pack loading for non-zip shader pack doesn't look into full directory tree anyways so why do it. It is slower to go through the whole directory tree especially...