Skip to content

Commit

Permalink
Fix certus quartz cluster waterlogging (#7388)
Browse files Browse the repository at this point in the history
Closes #7327.
  • Loading branch information
62832 committed Sep 7, 2023
1 parent fae9975 commit f622ca1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
import net.minecraft.world.level.block.Blocks;
import net.minecraft.world.level.block.Mirror;
import net.minecraft.world.level.block.Rotation;
import net.minecraft.world.level.block.SimpleWaterloggedBlock;
import net.minecraft.world.level.block.state.BlockBehaviour;
import net.minecraft.world.level.block.state.BlockState;
import net.minecraft.world.level.block.state.StateDefinition;
Expand All @@ -31,7 +32,7 @@

import appeng.block.AEBaseBlock;

public class CertusQuartzClusterBlock extends AEBaseBlock {
public class CertusQuartzClusterBlock extends AEBaseBlock implements SimpleWaterloggedBlock {
public static final BooleanProperty WATERLOGGED = BlockStateProperties.WATERLOGGED;
public static final DirectionProperty FACING = BlockStateProperties.FACING;
protected final VoxelShape northAabb;
Expand Down

0 comments on commit f622ca1

Please sign in to comment.