mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +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;
|
return this.cachedNetwork;
|
||||||
}
|
}
|
||||||
|
|
||||||
// @Override TODO: Fix the renderBoundingBox
|
|
||||||
//
|
|
||||||
// public AABB getRenderBoundingBox() {
|
|
||||||
// return INFINITE_EXTENT_AABB;
|
|
||||||
// }
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean shouldSyncSlots() {
|
public boolean shouldSyncSlots() {
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in a new issue