[EasierCrafting 1.16.5] Help Needed Fixing Honey Block Crafting. #4400
Unanswered
Pairman
asked this question in
Mod Dev Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Hello there. I'm backporting a fix commit for the EasierCrafting mod (which assists quick or mass crafting) for 1.16.5 (or mod version 1.6.7). The fix didn't work as expected.
It should fix this issue: After crafting honey blocks from honey bottles, 4 empty bottles will be left in the input slots, which prevented from clicking & loading recipes, and no more honey blocks can be crafted unless they are manually moved away or screen is re-opened.
Therefore, the fix does this by sending 4 more clicks on each empty bottle after crafting, moving them back to inventory:
However, when backported to 1.16.5, it just didn't fix the issue - empty bottles are still in the input slots. I tried logging whether this
if
condition become true, and yes, the code got executed, yet mysteriously hasn't observable effects.I also tried this (for crafting tables), and it also doesn't work:
I'm new to modding. I backport mainly because I have loads of shulker boxes of honey bottle to craft with, and doing it is painful. Is there anyway to fix this? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions