I checked with MCP the code of the game to understand the issue and to try and fix it, but it seems like mojang will need to completely change the way they render block, since almost every block rendering related function uses chunks and therefore update the whole chunk instead of only updating concerned blocks
I checked with MCP the code of the game to understand the issue and to try and fix it, but it seems like mojang will need to completely change the way they render block, since almost every block rendering related function uses chunks and therefore update the whole chunk instead of only updating concerned blocks
Hope this help understanding the issue !