You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a thumbs-up to the bug report if you are also affected. This helps the bug report become more visible to the team and doesn't clutter the comments.
Add a comment if you have any insights or background information that isn't already part of the conversation.
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Are you using the latest MineColonies Version?
Did you check on the Wiki? or ask on Discord?
What were you playing at the time? Were you able to reproduce it in both settings?
Minecraft Version
1.20.1
MineColonies Version
1.20.1-1.1.618-BETA
Structurize Version
1.20.1-1.0.740-BETA
Related Mods and their Versions
No response
Current Behavior
Since #10059.
There are
duplicated divide by 2
inItemStackUtils.consumeFood
.Same
divide by 2
was removed in EntityAICook.(c09e3db#diff-8f6c4792747d1751c76b7ae5512d8a6d47b35f58d706da1f48fcbdedc1ed2f60L206-R206)Previous
minecolonies/src/main/java/com/minecolonies/api/util/ItemStackUtils.java
Lines 1123 to 1128 in 981f0b4
After
minecolonies/src/main/java/com/minecolonies/api/util/FoodUtils.java
Lines 59 to 60 in c09e3db
minecolonies/src/main/java/com/minecolonies/api/util/ItemStackUtils.java
Lines 1120 to 1122 in c09e3db
Expected Behavior
Nothing.
Reproduction Steps
Nothing.
Logs
Nothing.
Anything else?
The text was updated successfully, but these errors were encountered: