Actually Additions Item Lasers void Upgrades if stack size == 0 #421
Closed
WaitingIdly
started this conversation in
Bugfix Suggestions
Replies: 1 comment
-
Implemented in 9958925 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When applying Actually Additions upgrades, the stack is reduced and then attempts apply the upgrade to the Laser. However, if there is only 1 item in the stack, it reduces the stack to "air" and then applies "air". It functions properly with > 1.
Source code for this issue: https://github.com/Ellpeck/ActuallyAdditions/blob/1.12.2/src/main/java/de/ellpeck/actuallyadditions/mod/blocks/BlockLaserRelay.java#L196
Beta Was this translation helpful? Give feedback.
All reactions