Block a user
WIP: Generate Nether/End ores in the Overworld if Server has allow-nether set to FALSE.
Well, there are a few issues here. First, please base all PR against master. I cherry-pick them into the stable branches when a new release is due.
Cascading Worldgen or something with Biomes OP
Can you open a PR with your changes so far, so that I can look into it? Just prefix it with WIP:
Cascading Worldgen or something with Biomes OP
We already had a discussion about cascading wordgen on our old tracker, let me reiterate the important bits:
Fixed Heroic, obsidiorite
On second thought, maybe that whole logic is flawed. durabilitymax - durability
should always be >= 0, right? So just changing that to Math.max(durabilitymax - durability, 1)
would do it, if I'm not mistaken.