Shane Freeder
Shane Freeder
This is a limitation with spigots API, there's no support for custom biomes
if I'm reading this issue correctly, maybe I'm not, you're saying that biomes added by an external thing are not supported, which is generally kinda expected given that the spigot...
iirc, this is pretty much always a weird environment issue which can be fixed by flipping https://docs.papermc.io/paper/reference/global-configuration#use-rgb-for-named-text-colors
Your console doesn't support rgb colors, and so the default assumption towards supporting RGB fails, looks like we can maybe improve the detection here, hm... https://github.com/fusesource/jansi/blob/master/src/main/java/org/fusesource/jansi/AnsiConsole.java#L405
Really far from fond of events which allow mutation of the results from other events with 0 awareness towards other events This breaks the general bukkit contract that API won't...
only way for it to be immutable would be for all getter methods to return a clone
it does because you're mirroring, i.e. wrapping, the internal stack
fromId needs patching to cater for the offset; I probs just wouldn't place them in there, and just add an if block inside of the else block for those special...
> Should this be like just an if (id == 103) or like what? Yup
I would imagine so, as it's gonna create an oddity when you can lookup a value with two different IDs