bergerhealer / Maplands

Minecraft worlds in the map dimension
11 stars 2 forks source link

Blocks not rendering below y=0 #29

Closed MilanvanDriel closed 1 year ago

MilanvanDriel commented 1 year ago

Hi there!

I just came across this amazing plugin and instantly installed it on my minecraft server where I am building some stuff with friends. We are building on a big stone plateau that's quite low to the ground. I noticed that when I was rendering the map I could only see the top parts of the buildings we made. So the map is not rendering anything y=0 or below. Since we've done some things with command block coordinates, we cannot just move everything up a few blocks so that it renders correctly. So if this could be fixed that would be awesome! Love your work!

Cheers,

bergerkiller commented 1 year ago

Ill try to look into it, its probably some lower bound of a loop that I never changed after mojang added < 0 worldgen

edit*

That said, there is now a miny/max configuration option in config.yml Maybe it works to set minY to -64 or something?

MilanvanDriel commented 1 year ago

Just tested it, works perfectly! Thanks for your response!

bbayu123 commented 1 year ago

Closing issue, workaround suggested with resolution confirmed.