Chris Anderson
Chris Anderson
+1 this would be great, but for now you should be able to get the same result by abusing reflection: ``` final java.lang.reflect.Constructor ctor = LightLevel.class.getDeclaredConstructor(int.class, LightLevel.Relative.class); ctor.setAccessible(true); return ctor.newInstance(4,...
Mostly just a +1, but in case the additional info helps I'm on Steam Deck running version `0.0.28-1-dabb2cc9 Alpha | master | local_build` (according to the about screen) and seeing...
+1 to the crash on servers with version `1.20.1-3.0.0.21`. Server is also using Terralith, severely modifying worldgen and potentially causing the desired biome to be several thousand blocks away. Crash...
I'm not on the Discord so I can't see the messages, but this seems extremely similar to an issue I just encountered with a seed I rolled today. I actually...