minecraft-world-downloader icon indicating copy to clipboard operation
minecraft-world-downloader copied to clipboard

Feature Request: Nether Roof

Open Gaming32 opened this issue 3 years ago • 3 comments

My request is that the minimap shows what's on the nether roof when the player is above Y=128 in the nether.

Gaming32 avatar Mar 20 '21 14:03 Gaming32

Hmmm... This seems more complicated than I thought at first. It seems as though the ChunkImageFactory never has access to the player's Y position, or any position at all for that matter.

Gaming32 avatar Mar 24 '21 23:03 Gaming32

Well it can get it through WorldManager.getInstance().getPlayerPosition(). The main complication here is that only newly loaded chunks would be rendered as such, so if the player enters the nether ceiling the chunks they are currently in will still be rendered as they are now. I guess the player could always manually redraw the chunks through the context menu so maybe its fine.

mircokroon avatar Mar 25 '21 10:03 mircokroon

That seems good! (It's better than nothing imo) Also with #149, that could lead to some automatic reloading.

Gaming32 avatar May 08 '21 16:05 Gaming32