TerraFirmaCraft

TerraFirmaCraft

2M Downloads

Bloomery produces incorrect bloom size

Flaksmith opened this issue ยท 2 comments

commented

Latest version (58)

I put 24 pieces of large hematite into the bloomery with the equivalent amount of charcoal which should give me a bloom 840 units in size, instead I got a bloom 100 units in size.
2019-08-22_23 47 56

commented

More info after a test: This is a visual bug where the tooltip is showing only 100 units when the actual bloom is 840. The problem lies here and the tooltip code. If user works the bloom in anvil it works as inteded (eg: the full refined bloom will show 100 units and a split operation is going to output the 8 stacks of 100 units + a stack containing 40).

Suggestions to fix:
1: Disable smelting of refined blooms and remove the cap.
2: only allow melting blooms whose amount are less or equal 100 units and remove the cap.
3: (uglier) add a specific check for blooms in tooltip.

commented

Just override addMetalInfo in ItemBloom and check the actual value. Fix the bug, don't change mechanics.