Function optimisation
This commit is contained in:
parent
bca0994652
commit
7d178dedb0
3 changed files with 8 additions and 4 deletions
|
@ -68,6 +68,9 @@ public class EternalPedestal extends PedestalBlock {
|
|||
return result;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void activate(World world, BlockPos pos, PlayerEntity player, BlockHitResult hit) {}
|
||||
|
||||
@Override
|
||||
public BlockState getStateForNeighborUpdate(BlockState state, Direction direction, BlockState newState, WorldAccess world, BlockPos pos, BlockPos posFrom) {
|
||||
BlockState updated = super.getStateForNeighborUpdate(state, direction, newState, world, pos, posFrom);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue