SkylandsPlus
SkylandsPlus copied to clipboard
Height Config
Create an option on the config to set the height islands spawn at. Would be nice.
I want this feature too!
This would be a great way to avoid having to use ProtocolLib to remove the black void. Generating world's higher up would prevent users from constantly going between the cross-point.
I'm also for this - generating the islands above layer 128 would also make it look more similar to the original, with the clouds below:
Ookay... so it looks like this has already been implemented. After some digging, I found out that the height can be offset through a terrain generation parameter. Creating a new world with "/mv create world_skylands normal -g SkylandsPlus:offset=128" will create a world in which no blocks are generated below 128 and looks similar to the screenshot above. The HUGE downside to this, however, is the severe lack of ores. Really, there's not even coal :-(
As kykorn said, because of the lack of structures generating at that height, this is still considered an issue. I hope wide will finally come around and fix this.
After looking around the source a bit more, it seems that wide left the ore populating to bukkit's biome decorator ever since commit eda2d45ab1b0f617fa31c81f3a4bb13673a3b65e. Re-adding OrePopulator.java and offsetting the y-coordinates should mostly fix the problems I'm concerned with.