Skip to content

Commit 3de1a8f

Browse files
Update SpoutBlock.java (#9343)
1 parent 087d5e4 commit 3de1a8f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/com/simibubi/create/content/fluids/spout/SpoutBlock.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,8 @@ public BlockEntityType<? extends SpoutBlockEntity> getBlockEntityType() {
6262
return AllBlockEntityTypes.SPOUT.get();
6363
}
6464

65+
@Override
66+
public void onRemove(BlockState state, Level level, BlockPos pos, BlockState newState, boolean isMoving) {
67+
IBE.onRemove(state, level, pos, newState);
68+
}
6569
}

0 commit comments

Comments
 (0)