Salvatore Peluso

Results 11 issues of Salvatore Peluso

This is the porting into 1.19 of https://github.com/CaffeineMC/sodium-fabric/commit/634b11ed989482b9aab59ba45acc92ba31b97648 that fixes #895 (and #1323 that was a duplicate of #895) I've also added a way for modders to register new blocks...

### Scope of the PR Update the `FluidRenderHandler` by including a `FluidFogHandler` to customize the fog rendered when the player camera is inside the fluid.

enhancement
reviews needed
priority:low

# Content > A registry for associations between blocks and path node types, for land entities. This PR adds a new registry to the content registries module, this registry is...

enhancement

After a few tests I've concluded that imo the right place for NIN_SELECT is when a mouse click event is complete (at WM_LBUTTONUP). Tested on Win10 and Win11, NIN_SELECT is...

I have an icon package with icons of 3 sizes: 64x64, 32x32, 16x16, the icon must be 16x16 in my case, but is always picked an icon with a higher...

Bug

As the title describes, trying to get the executing path via `Assembly.GetEntryAssembly().Location` throws an `ArgumentException` in bundled assemblies, because Location returns an empty string. See: https://docs.microsoft.com/en-us/dotnet/api/system.reflection.assembly.location?#remarks This happened to my...

This pull request does two things: 1) Removes the `@Overwrite` mixins in LandPathNodeMakerMixin, and replaces them with `@Inject`, that is more compatible with other mods. 2) Adds support for caching...

merge me please
small change
priority:low

This is the same as https://github.com/FabricMC/fabric/pull/2437 See discussion in https://github.com/FabricMC/fabric/pull/2437 - [x] ~Lithium causes crash because overwrites the mixin.~ (fixed on fabric side by lowering mixin priority to 999, needs...

enhancement
last call

Add a new menu item that will appear over other menu items, like this. ![](https://docs.microsoft.com/it-it/windows/apps/design/controls/images/command-bar-flyout-custom-ui.png)

enhancement
no-date