desht
desht
`InteractionEvent.INTERACT_ENTITY` is not currently fired when a player right-clicks an Armor Stand entity. This is because Architectury currently mixes into `Player#interactOn`, but that's only one of the two paths entity...
Only two actual fixes here, most of the commits are me fighting to get the build scripts into shape :laughing: Fixes excessive network sync, and depends on up-to-date ProjectE (fixes...
With IP 1.16.3 v3.0.0 in a dedicated server instance, I occasionally see this CME crash on startup: https://pastebin.com/tmuMZbwS
The static init for `FluidStack.EMPTY` appears to be incorrect: ```java private static final FluidStack EMPTY = create(Fluids.EMPTY, 0); ``` Following the `create()` method call chain leads to this method: ```java...
### Describe the Bug See https://github.com/FTBTeam/FTB-Mods-Issues/issues/1162#issuecomment-2096474993 for a detailed description of what's happening. In short: if the Create wrench is used to break a block by sneak + right-clicking, in...
As discussed on discord with gigaherz, this PR allows armor render layers to be tinted individually, where vanilla only allows a single color for all layers. Adds two methods to...