Remove todo in TileEntityLaserRelay

This commit is contained in:
Mrbysco 2024-10-16 23:06:56 +02:00
parent 0d525dea6c
commit 845aaf847d

View file

@ -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;