GabrielOlvH / Industrial-Revolution

An Industrial mod made for Fabric.
Apache License 2.0
193 stars 56 forks source link

[BUG] Biomass generator wastes fuel #484

Closed qu1ck closed 11 months ago

qu1ck commented 1 year ago

Description:

Steps to Reproduce:

Technical Information:

Vandurmed commented 1 year ago

Also applies to the CoalGenerator.

Seems that energy generates up to a multiple of 16 and gets stuck at 992 for the coal generator. As this is not the max (1000) it keeps burning items.

Version : 1.19.2

misqcl commented 1 year ago

No way this isn't patched yet ....

esotericdesign commented 1 year ago

Seems that energy generates up to a multiple of 16 and gets stuck at 992 for the coal generator. As this is not the max (1000) it keeps burning items.

Sadly, it's even worse. I tampered with config files a bit, and fuel is wasted even if capacity is set to 10 times its ratio. Set it to 992, the energy will be stuck at 976. Set it to 800, it'll be stuck at 784.

douglasg14b commented 11 months ago

No way this isn't patched yet ....

On latest on 1.20.1 nope.

Can't really stuff things into generators because they burn it forever...

GabrielOlvH commented 11 months ago

Fixed as of 1.16.2, thanks for reporting.