Paint_Ninja
Paint_Ninja
Streams opened by MixinConfig#create aren't closed like in ReferenceMapper#read(String), this PR fixes that. Inspired by https://github.com/FabricMC/Mixin/pull/185.
Adding `final` to these event classes allows for additional optimisations to be made by both the JVM and EventBus (such as [EventBus#85]()). Partial backport of #10515 to 1.20.1. It's not...
Adds a new variant of ModLoader#hasCompletedState which takes in the state directly, which is less error-prone than a string and avoids having to search for one that matches the given...
The Parchment website suggests the following format on [their getting started page]() for FG5+: `2025.10.05-1.21.9`. Their site needs updating eventually for FG7 (the v prefix in the version badges is...
### Role Forge developer ### Suggestion Have a button on the install loader screen that allows selecting a local installer jar ### Benefit To facilitate testing and profiling WIP Forge...
This PR updates to jUnit 6 and newer Google Compile Testing, as well as some minor cleanup. https://github.com/junit-team/junit-framework/wiki/Upgrading-to-JUnit-6.0 The jUnit 6 upgrade was far easier than expected - they removed...