vane icon indicating copy to clipboard operation
vane copied to clipboard

ISSUE - Vane JSON text displaying on server entry

Open elvenharps opened this issue 1 year ago • 4 comments

When joining the server, this appears: newly generated and hosted out resource pack, unsure what's causing it. Help would be appreciated :)

image

elvenharps avatar Apr 13 '24 17:04 elvenharps

Does this happen with all messages or just with the first message? I know this sometimes happens when the client loads the resource pack too slowly (it reports to the server it has finished but it hasn't actually finished).

oddlama avatar Apr 19 '24 10:04 oddlama

This is happening for me too. It's all messages... I use ItemsAdder to merge the vane resource pack and server it to users.

In this pic I join the server and run /vane help and /vane reload image

Any ideas?

FaultyFunctions avatar Jun 06 '24 03:06 FaultyFunctions

Setting client_side_translations: false has fixed this issue, but not sure why the resource pack didn't load the chat messages with that on.

FaultyFunctions avatar Jun 06 '24 03:06 FaultyFunctions

JUST KIDDING. I forgot to generate the resource pack after I added it to ItemsAdder. Now only the first message isn't loaded with client_side_translations: true, just like you suspected.

FaultyFunctions avatar Jun 06 '24 04:06 FaultyFunctions