Labels disappearing
Quietlee opened this issue · 17 comments
I'm not sure why this hasn't been fixed yet as it's obviously a common complaint.
If I TP away or log out and back in again the labels are still attached but there is nothing on them. Other players can see them up until they log out or travel away.
I am not using Optifine. I'm on Fabric 1.20.1. This is not an entity culling issue as players on my server can have hundreds of item frames in one chunk with no issue.
Any chance you're able to fix this issue? If the labels disappear completely (At least visually anyway) whenever you walk away from them it makes the mod completely broken. I noticed that people were having this issue over a year ago, are you able to fix it or should we give up hope at this point?
It's a great mod, it would be a shame if it ended up being completely useless.
But if that's the case it's a completely different form them not appearing for client which took me ages to identify and has definitely been fixed
i have no idea. As ive said its not the issue that was previously plaguing this mod. that has been finally solved. whatever this is is about the label dynamic texture not being initialized properly instead. Howeve unfortunatelly, just like other issue i cant replicate this. for other ones it only appeared in certain chunks or some other weird condition which tbh i never tracked down and just fixed the issue at the root by rewtiting most of the code to not use item frame logic. For this ill too need to first have a way to replicate. First of all check if the labels have lost their item or as im assuming are just not generating their texture properly by using /data get entity on them
I can third this. I manage a small personal modpack and run it on a server. Whenever I log back in the labels I've placed on chests are still present, but blank.
I'll see if I can replicate it on SP, and if so I'll try slowly adding back mods to see if there's some particular conflict. Maybe an optimization mod or something (Lithium for example) might be causing data loss on the labels.
MC Version: 1.20.1
Mod Version: 1.16
Fabric Version: 0.14.22
I've been able to duplicate it in Single Player as well. Modpack "Mystic Wilds"
Going to now disable all mods but Storage Labels, and see if the problem goes away, then start adding mods back in till it happens again.
Ok, so it seems whatever's causing the issue might affect the world itself. Here are my steps and results so far:
- I made a world with 199 mods, confirmed the issue was happening by making a set of double-chests, crafting labels from paper, placing 2 labels on the fronts of each double chest, using standard minecraft items to put the pictures on the labels (Stick, Wood Log, Sappling, Flower), exiting the world, then immediately going back in. Labels blank.
- Exited minecraft, disabled all mods, Except Moonlight, Fabric API, and Labels. (see image)
- Restarted minecraft, loaded the same world, re-applied images to the labels, exited the world, and re-entered the world. Labels blank.
Now I'm going to leave everything as-is, with only your Moonlight and Labels enabled, and make a new world. See if the same happens.
New world, loaded with only those mods enabled above, the same issue occurred. Labels went blank after leaving the world and coming back.
Also, they won't accept seeds as an image, apparently. o.o
Let me know if there's anything else I can do to help troubleshoot, but I've just eliminated all mods in my pack as potential conflicts, short of completely re-installing minecraft to a different directory.
Yeah still cant replicate not even once.
- Made new fresh modpack with just the mod, fabric 1.20, newest version
- Loaded up a world and tp to random far away coords
- Placed a bunch of labels, filled them up
- Go in spectator and back: no change
- Exit and re enter the world: no change
I am also having this issue in quilt 1.20.1
However, I am using complementary-euphoria shaders which may be involved?
@MehVahdJukaar
Have you still been unable to replicate it as of yet?
The exact versions I've used to replicate are:
Game version 1.20.1
Loader Version 0.15.6
Fabric API 0.91.0+1.20.1
Moonlight Lib fabric_1.20-2.8.84
Storage Labels 1.20-1.19
No other additions, fresh Modrinth profile
Place a label, fill it, save and quit, return to blank label
I kind of gave up on this tbh. I know it's fabric only issue due to spawn packet that happens randomly, possibly due to synced entity data. Even after 2 band aid fix of forcefully sending that stuff over it still doesn't work idk what to do