Closed Lykrast closed 5 years ago
The Fertilizer Mixer constantly consumes Manure it has started to process, regardless of being idle or working: https://github.com/GenDeathrow/Hatchery/blob/1.12/src/main/java/com/gendeathrow/hatchery/block/fertilizermixer/FertilizerMixerTileEntity.java#L188
This means that the amount of Liquid Fertilizer you get from 1 Manure depends on your speed upgrades:
Which feels really weird that the Speed Upgrades would increase manure effiency.
yeah that wasn't actually intended. thanks for noticing that.
The Fertilizer Mixer constantly consumes Manure it has started to process, regardless of being idle or working: https://github.com/GenDeathrow/Hatchery/blob/1.12/src/main/java/com/gendeathrow/hatchery/block/fertilizermixer/FertilizerMixerTileEntity.java#L188
This means that the amount of Liquid Fertilizer you get from 1 Manure depends on your speed upgrades:
Which feels really weird that the Speed Upgrades would increase manure effiency.