Function optimisation
This commit is contained in:
parent
bca0994652
commit
7d178dedb0
3 changed files with 8 additions and 4 deletions
|
@ -61,6 +61,9 @@ public class InfusionPedestal extends PedestalBlock {
|
|||
return result;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void activate(World world, BlockPos pos, PlayerEntity player, BlockHitResult hit) {}
|
||||
|
||||
@Override
|
||||
public BlockEntity createBlockEntity(BlockView world) {
|
||||
return new InfusionPedestalEntity();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue