PrismarineJS/prismarine-viewer

RENDER NOT WORKING!!!

Choneas opened this issue · 4 comments

It just like this.
We just can see the entities and the dropped-item is purple.
#321
this is my shoot.
image

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]
})

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).

The same is happening to me
image

I`am use ViaVersion and ViaBackwards.

*Fix: MOBS not MODS

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