-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Me Level Emitter display flickering and showing wrong values #53
Comments
Seconding this. I'm using the mod with Omnifactory modpack(dev version). I think flickering is due to other Level Maintainers activating request of a new craft. Example: This is huge. Once you start automating and those LMs start ordering, you basically can't edit any values anymore. As a side note - could you please add another digit or two to LM GUI numbers? If users set ludicrous amounts, it's on them. And I use ae2fluid crafting, that has "drops" items that are only 1mB each, so I can only have up to 999 buckets, which is not ideal:) |
i think i've worked out what's going on, but i'm really busy with grad school applications for a bit. i'll try to get a patch out in maybe a week or two. |
Could you point me to a class/line? I'll make a PR |
should be the sync packet handler in the level maintainer tile entity class. i think i probably forgot to check if the open level maintainer gui is the correct one for that tile entity |
Whew, setting it up to do anything was a pain and a half. Don't know how much of it was my inexperience with mods. I'll probably do more than fix this - here are a couple of things I wanted to change as well: Don't know which of these I'll implement, and which you'll want for the mod - I'll submit separate commits, feel free to cherry pick. |
hey sorry, i got bogged down with work. i'll take a look at your work now |
also, i have to apologize about the build script; i haven't worked on lazy ae2 in a while, so it's a bit outdated. i'll push an updated version after merging the PR you're intended to compile libnine (and a custom build of forgegradle) for now. i plan on distributing them from my personal maven repo in the future, but i haven't had the chance to set it up yet |
When you update mod? |
I have created a mod to fix this issue 🙃 |
Thank you very much! |
i've come across 2 separate issues with values displayed in the me level maintainer
First is the numbers randomly flickering, with no input from me
Second is , every time i open the gui of a level maintainer, the values of the previously opened maintainer gets displayed instead of the ones from the maintainer i just right clicked
Gui flickering:
https://user-images.githubusercontent.com/32174232/136659484-3c09b333-5c63-4bce-8245-962b84e0343b.mp4
Gui showing wrong value:
https://user-images.githubusercontent.com/32174232/136659646-73493c79-c5ab-464a-9620-63aaaa0d4af2.mp4
The text was updated successfully, but these errors were encountered: