-
Notifications
You must be signed in to change notification settings - Fork 15
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
[1.12.2] Chicken Breeder Showing Negative Numbers #13
Comments
This is a bug, I'll look into it. |
Just wanted to report that I am also having this issue. It occurs randomly, but it seems to be more prevalent the higher tier the chicken. For example, my diamond chickens and my blaze rod chickens (both second or third generation of their type) seem to be utterly unable to breed now. They ONLY produce negative percentages. These negative percentages exceed 100% as well, so I don't think it's a visual bug. Let me know if there's anything I can provide to help you troubleshoot. Edit: Actually, it may be a visual bug somehow. When IN the breeder, it shows negative numbers. When looking at it from the outside, WAILA tells me it is at a smaller, positive percentage. |
I'm having this issue too. |
Could you paste the |
Here's both configs for the pack I'm playing chickens.cfg and morechickens.cfg. I would also like to add something more, I never noticed this before but @katubug is right about WAILA (or whatever it's called right now) showing a reliable progress %age. This bug might just be visual but it definitely threw me off and some other people on a server. |
Here are my configs as well, if they help: |
I've noticed as a work around you can pull the chicken in and out quickly a few times and it will go positive |
That stops working after a while, in my experience. The higher tier the
chickens, the less likely it is to correct itself.
…On Jan 26, 2018 11:05 PM, "not_loki" ***@***.***> wrote:
I've noticed as a work around you can pull the chicken in and out quickly
a few times and it will go positive
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#13 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AT9ydgOFUBF4NZZeYaT95nxElxv-eT5hks5tOq6MgaJpZM4Qzfjw>
.
|
I found the issue. https://github.com/timrwood/roost/blob/master/src/main/java/com/timwoodcreates/roost/inventory/ContainerBreeder.java#L64 is truncating values to a /**
* Sends two ints to the client-side Container. Used for furnace burning time, smelting progress, brewing progress,
* and enchanting level. Normally the first int identifies which variable to update, and the second contains the new
* value. Both are truncated to shorts in non-local SMP.
*/
void sendWindowProperty(Container containerIn, int varToUpdate, int newValue); For higher tier chickens, |
The whole thing is really strange in my opinion. |
Considering that the source of this issue was discovered over a month ago, can we expect a fix to be implemented any time soon? |
Would certainly appreciate it. I can't get tungstensteel chickens at all thanks to tungsten chickens just refusing to do anything.. Every value is negative, and if it does go positive, they fail and continue past, not giving anything. Both in breed and roost, it's a nightmare. :\ |
I'm in the same boat with Modern Skyblock 3. Can't progress the quest as the chickens can't/won't breed anymore. :( |
Update on that actually. After just leaving the chickens in place for a while, they did actually breed. Took a while, but it appears to me that the 'negative numbers' are simply a gui failure? Was able to breed all the way to draconium/awakened draconium and full 10/10/10 for each by ignoring the number. |
as an update while we wait for 1.3.0 i have found that shift clicking a chicken in and out of the breeder works better for me as the breeder does not seem to want to let me click fast (checking the percentage is positive and not negative each time) |
@timrwood can we get a release with just this fixed? Huge pain in the butt.. |
I added an alpha release file to CurseForge, if everything looks good, I'll promote it to the official 1.3.0 release. https://minecraft.curseforge.com/projects/roost/files/2635449 |
i manually updated my ftb sky adventures install with the alpha and haven't had any issues. no more negative numbers :D thanks! |
This is fixed in 1.3.0 |
https://www.dropbox.com/s/ogq8kjcvc5n719i/Negative%20chickens.png?dl=0
We are having an issue with the breeders where they will sometimes show negative numbers and that will stop them breeding. This seems to be random and sometimes gets stuck that way and sometimes it fixes itself.
Is this a bug or feature?
Forge 2537
Roost 1.2.0
The text was updated successfully, but these errors were encountered: