Put back original sap generation speed
This commit is contained in:
parent
856f66eeb0
commit
cfefac1418
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue