Fuzss
Fuzss
I went ahead and added integration for Lambda Better Grass in Diagonal Fences v4.2.2. 
Looking a bit more at this, there is another issue: `EntityInteractSpecific::getLocalPos` is supposed to provide the hit vector (according to the events javadoc), aka where on the bounding box of...
Hey there, very glad to see a default config screen implementation is finally making it's way back into Forge itself after all those years! I've built the PR and checked...
Ok, so I spend some more time with this in-game and here is a bit more feedback: ## Suggestions 1. Don't show empty config screens when coming from the main...
Could you maybe add an interface to the `KnockbackCause` enum and use it instead of the class? Having this predefined list of 6 causes seems a little limiting to me...
I actually have this implemented in my own library, not just for mouse scrolling, but also mouse clicks and key presses when no screen is open. The events are implemented...
Would love to see this change being made. Every time I've used this event so far it would have always been better to already have the vanilla result computed for...
@maruohon It would already be enough for Easy Shulker Boxes to work properly if you could use the screen events provided by Fabric Api for things like detecting mouse scrolling....
Specifically `ScreenMouseEvents::allowMouseScroll` is the one I use, I already made a test mod with the item scrolling behavior, running at the default Fabric event phase and it allows Easy Shulker...
This is still an issue and it's quite annoying. The issue here are `ChatFormatting` codes. ToolTipFix prefers the `Component`'s `Style` over those, but for Minecraft it's the other way around:...