Skip to content
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

Ingot former doesn't produce correct ingot count when storage only has 1 ingot available to add #103

Open
Boomer-1 opened this issue Mar 19, 2022 · 4 comments
Labels
bug Something isn't working

Comments

@Boomer-1
Copy link

Description (Required)

When storing ingots in any storage unit, and 1 ingot is pulled out, the ingot former incorrectly thinks there is enough room to run another cycle of 8 dust to 4 ingots. As it creates the 4 ingots, only 1 actually is created and sent to the storage unit instead of 4. Because there isn't enough room in the storage for the other 4, 3 are deleted instead of remaining in the ingot former.

Steps to reproduce the Issue (Required)

Expected behavior (Required)

the ingot former to either wait until there is enough room to add 4 ingots, or keep the remaining 3 in the machine until there is room.

Server Log / Error Report

none

Environment (Required)

  • Minecraft Version: 1.18.1
  • Slimefun Version: 1006
  • Plugin Version: 137
@Boomer-1 Boomer-1 added the bug Something isn't working label Mar 19, 2022
@Sefiraat
Copy link
Collaborator

@Boomer-1 Is this still an issue and would you still consider it a bug as opposed to a disliked-feature?

@Boomer-1
Copy link
Author

yes it is a bug still. A few others have reported it as well in discord chat.

@Sefiraat
Copy link
Collaborator

Lovely, I’ll take a look shortly :)

@JasperChaseTOQ
Copy link

i think wait until there's room for 4 would be best, because otherwise it'll flood cargo and spit the items out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants