RENDER NOT WORKING!!!
Choneas opened this issue · 4 comments
Choneas commented
It just like this.
We just can see the entities and the dropped-item is purple.
#321
this is my shoot.
david1384 commented
Try to set the bot version in "const bot" to the server version.
ex:
const bot = mineflayer.createBot({
host: process.argv[2],
port: parseInt(process.argv[3]),
username: process.argv[4] ? process.argv[4] : 'viewer',
password: process.argv[5]
version: process.argv[5]
})
david1384 commented
Is the server you are trying to connect to using viaversion? Because as you saw it creates a problem with prismarine-viewer (at me it was worse).
arajooj commented
zardoy commented
all this because either textures or block states didn't load, a loading indicator or error indicator should be added in the UI i think