How many world ticks before ticking
(World worldIn)
| 144 | * How many world ticks before ticking |
| 145 | */ |
| 146 | public int tickRate(World worldIn) |
| 147 | { |
| 148 | return 30; |
| 149 | } |
| 150 | |
| 151 | public void updateTick(World worldIn, BlockPos pos, IBlockState state, Random rand) |
| 152 | { |
no outgoing calls
no test coverage detected