Sylv
Sylv
This may be more suited as a forum post as this is not a feature nor is it a bug. While it is possible to manually install Quilt, it is...
> Keep in mind _player_ Events have to listen for methods in `ClientPlayerInteractionManager` and `ServerPlayerIneractionManager` (both seperate to the Fabric API) in their Mixins for hooking in events, and _LivingEntites_...
I say we find where `Block#onPlace` or whatever is called, then we go from there. Perhaps I'll do some investigating in a few days. `BlockItem` could have something, though.
This is still an issue with `1.11.0-alpha.29` Loom. I suspect it's because the classes are marked as `@DontObfuscate`, but this is **incorrect behavior for Parchment**. `@DontObfuscate` **must be ignored** when...
Here's an example. Incorrect Behavior (`CommandEncoder` @ 1.21.5): ```java RenderPass createRenderPass(GpuTexture gpuTexture, OptionalInt optionalInt); ``` [Correct Behavior](https://linkie.shedaniel.dev/mappings?namespace=mojang&version=1.21.5&search=CommandEncoder%23createRenderPass&translateMode=none) (mapped parameters): ```java RenderPass createRenderPass(GpuTexture colorTexture, OptionalInt color); ```
Something of note is that Blaze3D and anything marked `@DontObfuscate` is not obfuscated (obviously), therefore it will not appear in intermediary. I believe this is the issue. If somehow intermediary...
I've done some local testing and determined that yes, Intermediary is the problem. I added `CommandEncoder` and its method `createRenderPass` to intermediary locally, and the correct behavior was observed. [Here's...
> Hey, this is expected behaviour. Gradle does not have a concept of repository id, there's only a way to specify the name (that is optional, generated from URL by...
Sorry if I sound a little abrasive 😅; I'm not trying to be. I'll draft up a PR for this if that's okay. I don't suspect this would be a...
I'm also experiencing this, Arch Linux, latest obsidian