Supposably the BasePowerGen of the Lava Mill is 4, but in reality the max Power achievable is 3.5 by having flowing Lava in the nether,
according to the getPowerLevel Method the PowerLevel is determined by
(8 - blockState.getValue(BlockLiquid.LEVEL))/2
, so a full block of Lava would result in 4GP, but
Supposably the BasePowerGen of the Lava Mill is 4, but in reality the max Power achievable is 3.5 by having flowing Lava in the nether, according to the getPowerLevel Method the PowerLevel is determined by
(8 - blockState.getValue(BlockLiquid.LEVEL))/2
, so a full block of Lava would result in 4GP, but