You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, I already removed every < 0 instance with < -64, loops starting at y 0 -> y -64 and stuff like that, in both prismarine-world (world.js: initialize: if (y >= height || y < -64) { return false }) and mineflayer-viewer (too many to list).
But I don't understand why it simply won't load, but all bot functionalities work!!!
I'd be super grateful for any advice, thanks a lot!
The text was updated successfully, but these errors were encountered:
SinanAkkoyun
changed the title
y < 0 -> No chunk data for section!
Min. Y -64: Sections starting at 0 and not -64!
Sep 5, 2024
I am debugging the issue that mineflayer flatworlds for 1.20.1 do not render at all (but are able to have the click raycast)
I noticed that for all sections of a chunk, the y value starts at 0, not at -64.
(to reproduce, console.log in mineflayer-viewers worker.js:)
Now, I already removed every < 0 instance with < -64, loops starting at y 0 -> y -64 and stuff like that, in both prismarine-world (world.js: initialize: if (y >= height || y < -64) { return false }) and mineflayer-viewer (too many to list).
But I don't understand why it simply won't load, but all bot functionalities work!!!
I'd be super grateful for any advice, thanks a lot!
The text was updated successfully, but these errors were encountered: