Cuberite Forum
Fun stuff: placing lava places another block of lava at max height - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Development (https://forum.cuberite.org/forum-13.html)
+--- Thread: Fun stuff: placing lava places another block of lava at max height (/thread-545.html)



Fun stuff: placing lava places another block of lava at max height - xoft - 08-26-2012

It seems like there's some kind of a problem with lava placement - when placing lava with a bucket, another lava source is created at the very top of the world {-1, MaxY, -1}. I suppose it's because of the changed packet / item handling. MC clients sends a "use bucket" packet with all coords set to -1, and MCServer just places the lava there; with Y rolling over to 255, being an unsigned char.