Results 163 comments of William Gray

any data pack raising/lowering the height limit should sync it to the client as world.dimension.height() or whatever as part of the dimension data, so this should only be necessary if...

Procyon AST gives an interesting reason why it fails... ``` void recordFMRadioAudio() { // java.lang.IllegalStateException: Expression is linked from several locations: Label_0286: ``` some other decompilers I tried appear to...

I think I have a reproducible case that's related... compiling with java 21+ ``` public static void test() { switch ((TestInterface) TestEnum.B) { case TestEnum.A -> System.out.println("A"); case TestEnum.B ->...

I don't think overriding the hashCode should cause any issues in practice, nothing should actually rely on the hashCode being the same between game launches... anyway, the other way would...

well, based on the fact that the issue is still open. no

IPlayerContext does have access to the player entity, so you could just put the pose thing in the old function

Does skinport support ears (and tails, and whatever else ears adds, etc)

256^2 regions is probably better yeah, worst case baritone has to path to the center of the region before it recieves the live chunks for finding the block. zipping it...

Publish to a maven so theres a proper dependencies list in the metadata, instead of using the modrinth or curseforge one. Iirc there also used to be a way to...