Make Furnace Support More Than One Count of Output #3235
Unanswered
Phoupraw
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
In vanilla code,
AbstractCookingRecipe
natively supports more than one item count of output. However,AbstractFurnaceBlockEntity
outputs correct count of items only if there is no item in the result slot. If there is existing item in the result slot,AbstractFurnaceBlockEntity
just increases its count by one but not the actual count of the recipe output.I wrote a little mixin to fix it. A modder suggested me to commit my fix to Fabric API to get it fixed for everyone.
Beta Was this translation helpful? Give feedback.
All reactions