Another round of minor changes
This commit is contained in:
parent
32f9bf288e
commit
8555931932
6 changed files with 29 additions and 94 deletions
|
@ -28,10 +28,6 @@ public class PedestalBlockEntity extends BlockEntity implements Container, Block
|
|||
super(blockEntityType, blockPos, blockState);
|
||||
}
|
||||
|
||||
public PedestalBlockEntity(BlockEntityType<?> type) {
|
||||
super(type);
|
||||
}
|
||||
|
||||
public int getAge() {
|
||||
return age;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue