Skip to content

Commit

Permalink
comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Apr 1, 2024
1 parent 2998728 commit f63a031
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,10 @@ public class ModularRouterBlockEntity extends BlockEntity implements ICamouflage
private RouterRedstoneBehaviour redstoneBehaviour = RouterRedstoneBehaviour.ALWAYS;

private final BufferHandler bufferHandler = new BufferHandler(this);
// private final LazyOptional<IItemHandler> inventoryCap = LazyOptional.of(() -> bufferHandler);
//
private final ItemStackHandler modulesHandler = new ModuleHandler();
private final ItemStackHandler upgradesHandler = new UpgradeHandler();

private final RouterEnergyBuffer energyStorage = new RouterEnergyBuffer(0);
// private final LazyOptional<IEnergyStorage> energyCap = LazyOptional.of(() -> energyStorage);

public final TrackedEnergy trackedEnergy = new TrackedEnergy();
private EnergyDirection energyDirection = EnergyDirection.FROM_ROUTER;
Expand Down

0 comments on commit f63a031

Please sign in to comment.