dhyces
dhyces
Forge Version: 40.0.19 When saving a toml config file after editing it correctly with a program like Notepad++ during runtime, the config watcher loads the config and it is reset...
This callback is a simple implementation for a callback after the `Camera#update` method is called from the `WorldRenderer`. The mixin itself is rather trivial, though due to the nature of...
Arch loom version: 1.6.397 The problem is that source sets added into a `ModSettings` config do not have their associated `compile...Java` task run. ```groovy runs { data { configName =...
Closes #1367. This PR does two different things in regard to the event. 1. Moves the event firing up above the `removeCount` and passes it as an integer field for...
Closes #1266 Shouldn't introduce breaking changes other than binary breaks. Also took the opportunity to clean up some of the docs that referenced now removed features, like `GenericEvent`s and `HasResult`,...
It's essentially the same thing, just change a few methods to return the more specific player type for `RenderPlayerEvent`.
In 1.21, mob effects can be initialized with different particle options, though because particle types are initialized later, attempting to use that overload with modded particle types will result in...
Modders will almost always want their own data loaded after NeoForge's data is loaded. Using a default of `NONE` will seemingly break modder's data when trying to override recipes or...
This depends on the [glfw-sys PR](https://github.com/PistonDevelopers/glfw-sys/pull/33). There are breaking changes present, requiring a minor bump. Breaking changes: - Some of the `StandardCursor` variants are renamed - `Hand` -> `PointingHand` -...