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
By default, TEBloom ignores stack size in recipeList hashmap and sets output stacksize equals to input stacksize:
res2.stackSize = inv[0].stackSize;
This is not bug, because bloom smelts whole input stacksize into output stack. If output has multiplier we will result huge itemstack in bloom inventory after process.
Example Script:
Expected Behavior: Upon breaking the bloom with a hammer, 4 pieces of flint should be dropped
Actual Behavior: Upon breaking the bloom, only 1 piece of flint is dropped
The text was updated successfully, but these errors were encountered: