Rutger Kok

Results 90 comments of Rutger Kok

Maybe just bad luck with the world seed? For me the seed 12 always spawns me on land (keep in mind you need to delete the level.dat file for a...

I haven't seen this on my server, which is a survival server with TerrainControl only on the main world. So I guess this only happens if the main world doesn't...

This is a bit complicated to fix. In Minecraft, GroundBlock and SurfaceBlock are set to gravel and stone underwater, but to grass and dirt above the water level. TerrainControl does...

There must be a difference between the oceans spawned by the biome group and the oceans spawned because there is no biome group. TerrainControl has its size variable inverted: higher...

Works fine for me in my world. ImprovedRivers works by not using the river biome (it just uses the biome that it is flowing through), so in early builds it...

Yeah, that makes TC sometimes hard to maintain. You never know if there's a bug that only shows up when using certain settings, or if that combination of settings just...

Hmm, interesting. Temples are rare, I haven't found one yet, so I can't verify and fix this issue. Are you using the default settings? If not, could you post or...

It's going to be difficult to reproduce the issue. I'll try, but no guarantees, it's probably a rare edge case.

Thanks for the detailed and helpful report, I'll certainly look into it.

:frowning: I'll need to override [this method](https://github.com/Bukkit/CraftBukkit/blob/master/src/main/java/org/bukkit/craftbukkit/generator/CustomChunkGenerator.java#L219) to properly spawn witches. It's used to recreate the bounding boxes. This will mean that I need to bypass Bukkit in yet another...