mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
Remove todo in TileEntityLaserRelay
This commit is contained in:
parent
0d525dea6c
commit
845aaf847d
1 changed files with 0 additions and 6 deletions
|
@ -174,12 +174,6 @@ public abstract class TileEntityLaserRelay extends TileEntityInventoryBase {
|
|||
return this.cachedNetwork;
|
||||
}
|
||||
|
||||
// @Override TODO: Fix the renderBoundingBox
|
||||
//
|
||||
// public AABB getRenderBoundingBox() {
|
||||
// return INFINITE_EXTENT_AABB;
|
||||
// }
|
||||
|
||||
@Override
|
||||
public boolean shouldSyncSlots() {
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue