-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Crash when shift-click crafting a stack of something #387
Comments
yeah probably some kind of special case or potentially interaction with one of the other mods you have in the pack because I am unable to recreate however much I try to shift click craft all kinds of stuff. |
It happened randomly in the middle of crafting - after having previously crafted other stuff. Couldn't reproduce it when finishing crafting the exact stack that crashed me - so it's probably some weird mod interaction or special case. Sorry I don't have more information to go on 😅 Note that this happened when crafting in the backpack crafting table upgrade, for a diamond backpack with a record player and pickup upgrade. Nothing else relevant I can think of. |
I got one more report on this and it looks like some recipe is a bit funky because it tries to leave and item in 10th slot of the crafting grid after crafting. It's a kind of recipe like the one in vanilla that leaves buckets after crafting a cake with buckets of milk but in this case it tries to leave it in invalid slot that doesn't exist in the crafting table. I am guessing vanilla crafting table just ignores any items put into slots like that so they just get deleted. I will likely implement a logic like that and some logging to log what recipe is doing that so that they can fix it as well. |
I added that logging + dropping of items that get put into the extra slots a bit ago so this is now fixed |
Hasn't happened before the latest update. Might be a weird edge case / random occurence.
The text was updated successfully, but these errors were encountered: