Joseph Burton
Joseph Burton
> Whats the usecase? I need a field name which is consistent both across Minecraft versions and across mapping environments (both dev and prod), where I am reflectively listing a...
Is #370 what you want?
For me I had to `sudo apt install libxcb1-dev` to fix this
@nickelpro I believe there's a slight misunderstanding there. The default values for the vanilla biomes are *not* stored in the json anywhere, as of 1.18 they are still hardcoded. You...
Thank you! That covers my use case. I'll leave this issue open as technically we're still missing a way to get the fog colour.
@Dinnerbone any updates on this?
I also thought about doing it this way, but unless the optional arguments are always after all required ones, potential problems arise with ambiguity. It gets worse when you also...
Hello, in the original post I said I opened this issue for discussion, not whatever this is. Arguing over whether lambdas should even be used for example is completely off...
:+1: for splitting `isAllowedNumber` and allowing the + sign in both
1. This is the best option I think. Java is backwards compatible, and Loader should be compatible with 8. Hopefully Loader itself will be lightweight so this shouldn't be too...