Put back original sap generation speed

This commit is contained in:
Justin Vitale 2020-07-08 01:10:02 +10:00
parent 856f66eeb0
commit cfefac1418

View file

@ -107,7 +107,7 @@ public class BlockRubberLog extends PillarBlock {
if (state.get(HAS_SAP)) {
return;
}
if (true) {
if (random.nextInt(50) == 0) {
Direction facing = Direction.fromHorizontal(random.nextInt(4));
if (worldIn.getBlockState(pos.offset(Direction.DOWN, 1)).getBlock() == this
&& worldIn.getBlockState(pos.up()).getBlock() == this) {