Titanium

Titanium

50M Downloads

[1.15.2] BioFuelGen Right click causes crash

Opened this issue ยท 1 comments

commented

**Titanium Version: **
1.15.2-2.4.0
Forge 31.1.74

**Crashlog If Applicable (Upload to pastebin/gist): **
https://pastebin.com/iq8deF8K

If you right click the Bio Fuel Generator block from IndustrialForegoing the game crashes. Just place the block then click it

Maybe same as Issue #52

commented

It's a similar issue to the one you linked to, but in a different part of the code. Same basic issue though - dividing by zero because the values aren't confirmed to be non-zero.

int powerOffset = (int) (stored * area.height / capacity);

is the line that is causing the crash here.