Foghrye4 / ihl

IHL: Tools & Machines mod for Minecraft Forge 1.7.10
Other
11 stars 3 forks source link

FBR catalyst issue #66

Closed wormzjl closed 7 years ago

wormzjl commented 7 years ago

When upgrading from 652 to 653, my players has reported that the catalyst consumption in the FBR has increased significantly. Also, if you put a whole stack of catalyst in, the entire stack will be consumed instead of one. And, is it possible to add a config option to adjust catalyst consumption rate, or to specify them in the recipe definition? Thank you.

Foghrye4 commented 7 years ago

I made a silly mistake when I have fixed FBR code. I forgot to set NBT tag to 0 when item removed from catalyst stack. Fixed. Also I added a config option "maxCatalystUses". "1000" by default, which means every 1000 reaction one item from stack will be consumed.