Joseph Burton

Results 70 issues of Joseph Burton

This behaviour is different compared to Fabric API, which only registers commands when joining the world. This breaks Fabric mods which operate under the assumption that a world exists when...

bug
good first issue
library: management

While investigating #674, I found another issue with the synthetic label generation. When getting a local variable at an instruction, the instruction is converted to an index in the `InsnList`...

This is quite a niche scenario, as it requires a few rare things to coincide: 1. The variable you are targeting has no LVT entry 2. The `AbstractInsnNode` after the...

### Minecraft Development for IntelliJ plugin version 2024.2-1.8.1 ### IntelliJ version IU-242.20224.419 ### Operating System Archlinux ### Target platform Architectury ### Description of the bug This stacktrace happened when I...

type: bug
status: unverified

Should we rename `RegistryByteBuf` to something that reflects the fact it's a byte buf that only exists during the play connection state. I'm thinking that Mojang, or Fabric API or...

Add an annotation (say, `@Conflict`), that can be added to an injector to mark it as conflicting with other injectors that target the same instruction. This tells MixinExtras to fail...

The List.first() function is clashing with something in Gradle and it's causing the build gradle not to compile. It seems to be [this issue](https://github.com/gradle/gradle/issues/27699) and I can confirm that changing...

## Description of proposed feature Add a speech service which creates no sound at all. This could be useful to disable the voiceover and prevent it from getting in the...

enhancement

That is, for example, stuff like `` `Item.Settings` ``, which in a recent PR I had to correct from `` `Items.Settings` ``. Classes, methods and fields would need to be...

improvement
help-wanted
priority:medium