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.
2017-12-08, 12:57 AM
2018-07-25, 09:14 PM
2018-07-25, 09:14 PM
3
0