dhyces

Results 10 issues of 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...

Bug
Not Us
1.18
1.19

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...

bug
enhancement
breaking change
1.21.2

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`,...

rendering
breaking change
1.21.1

It's essentially the same thing, just change a few methods to return the more specific player type for `RenderPlayerEvent`.

enhancement
help wanted
1.21

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...

triage

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` -...