Skip to content

Commit

Permalink
Re-add removed TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Rover656 committed May 6, 2024
1 parent eb4368e commit 04ebc0c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public DrainBlockEntity(BlockPos worldPosition, BlockState blockState) {

addDataSlot(NetworkDataSlot.FLUID_STACK.create(() -> TANK.getFluid(this), fluid -> TANK.setFluid(this, fluid)));

// TODO: rubbish way of having a default. use an interface instead?
if (!hasData(MachineAttachments.ACTION_RANGE)) {
setData(MachineAttachments.ACTION_RANGE, new ActionRange(5, false));
}
Expand Down

0 comments on commit 04ebc0c

Please sign in to comment.