rwtema / Extra-Utilities-2-Source

Sourcecode for Extra Utilities
Other
108 stars 75 forks source link

Lava Mill Weird Power Level Behaviour #339

Open zocke1r opened 5 years ago

zocke1r commented 5 years ago

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

if( 8 - blockState.getValue(BlockLiquid.LEVEL) == 8){ return 2; }

osirisgothra commented 2 years ago

Is this still a thing?