Space Walker
Space Walker
This PR fixes a handful of issues with locals capture in `ContainerMixin` that arise when using newer Fabric loader versions. In support of this fix Gradle was updated to 7.3...
This PR adds the ability to change how any block interacts with pistons through a command. This is done by giving each block state a piston move behavior *'override'* that...
### What happened? When multiple publications are added to the repository simultaneously, the metadata is not always updated properly, leading to one of the versions being missing from the metadata....
This PR serves to replace #1069 and resolve the issues discussed within it a different way. - The manifest cache file name gets a hash suffix if a custom versions...
Adds an API allowing third party plugins to provide their own versions manifest and version metadata. This is done through two new providers: `VersionsManifestProvider` and `VersionMetadataProvider`. Each can be set...
I am having great difficulty finding a simple reproduction case for this, so I'll just link the [project](https://github.com/OrnitheMC/ornithe-standard-libraries) where I'm experiencing this bug instead. The issue occurs [here](https://github.com/OrnitheMC/ornithe-standard-libraries/blob/b7603010251dfb218346206ab212178bb23bca3a/libraries/resource-loader/resource-loader-client-mca1.2.2-1624-mc11w48a/src/main/java/net/ornithemc/osl/resource/loader/impl/BuiltInModTexturePack.java#L26), a value...
- independent of game provider - the launch arg is parsed after the game provider is initialized (so that the mapping configuration is loaded)
If a JIJ'ed mod is marked for a different game environment through the `environment` field in the `fabric.mod.json`, Loader will still load that mod, rather than ignoring it like it...
[reproduction case](https://github.com/SpaceWalkerRS/mixin-non-game-classes-failure) The reproduction case is a stripped down version of the official template mod, with two Mixins: `TitleScreenMixin` (which injects into Minecraft's `TitleScreen` class) and `GLFWMixin` (which injects into...
With Liteloader no longer being maintained and the 1.14+ versions already on Fabric, it might be time to move the 1.12 version to Fabric too (and 1.13 later?). While Fabric...