stuin / Lacrimis

Large magical Minecraft mod using Crying Obsidian
https://www.curseforge.com/minecraft/mc-mods/lacrimis
MIT License
4 stars 1 forks source link

Fix infinitely increasing output in Infusion Table #12

Closed slava110 closed 2 years ago

slava110 commented 2 years ago

When you provide enough tears for the recipe to craft output ItemStack count will be increasing infinitely. This is because holding local variable is set to ItemStack.EMPTY but actual BlockEntity.holding field still contains old ItemStack

slava110 commented 2 years ago

Oops, also contains minor fixes now. Should've used branches but yeah... If you want I can still split it into different branches tho

stuin commented 2 years ago

This works fine, also if you want to keep helping out, contact me on discord at stuin#0747. I would be happy to add you to the trello board and discuss the current state of things.