mojira.dev
MC-123008

Random ticks on pressure plates

In BlockBasePressurePlate.java this piece of unneeded code can be found:

/**
  * Called randomly when setTickRandomly is set to true (used by e.g. crops to grow, etc.)
  */
public void randomTick(World worldIn, BlockPos pos, IBlockState state, Random random)
{
}

Pressure plates don't have any random behavior nor should they.

Comments 0

No comments.

enemysfriend22

Erik Broes

Unconfirmed

Minecraft 1.12.2

Minecraft 1.13

Retrieved