LootrMinecraft / Lootr

friendly loot
MIT License
45 stars 38 forks source link

Chests not updating texture from unopened to opened in single player #314

Open Benoit529 opened 7 months ago

Benoit529 commented 7 months ago

Lootr version: 0.4.27.67 Minecraft version: 1.19.2 Modpack(s): All of Fabric 6

In single player, chests do not update from the gold unopened texture to the blue opened texture. Barrels update texture without issues, as do shulker chests.

In multiplayer, chest textures update as normal.

Apologies if a similar issue exists.

noobanidus commented 7 months ago

That's an interesting issue. Do you happen to have a copy of the client-side latest.log associated with this session?

Preferably if you could go into a single player game and use the /lootr chest command to create a chest and then see if opening that works or not, and then the latest.log for that session would be very helpful.

Benoit529 commented 7 months ago

Thanks for the reply.

Actually, starting a new session resolved the issue. In the new session I loaded a singleplayer world first. In the other session, I had loaded the multiplayer server first, which is the only distinguishing factor I can think of.

Please find the logs attached. Both sessions contain an instance of /lootr chest.

-1 is the session in which the issue occurred, and the world was loaded at 07:55:32. The issue also occurred in the world loaded at 10:05:35. -2 is the new session in which the issue did not occur.

2024-03-20-2.log.gz 2024-03-20-1.log.gz

Benoit529 commented 7 months ago

Update: it appears the issue does indeed arise when going from singleplayer to multiplayer and vice versa. I have one more session in which this occurred.

2024-03-20-6.log.gz

noobanidus commented 7 months ago

That's very interesting and gives me a potential avenue to investigate. Thanks!