Merge remote-tracking branch 'origin/1.17' into 1.17

This commit is contained in:
CreepyCre 2021-04-13 19:15:31 +02:00
commit fb51ad6536

View file

@ -96,8 +96,7 @@ public class DimensionalDoorBlock extends DoorBlock implements RiftProvider<Entr
@Override
public void onBreak(World world, BlockPos pos, BlockState state, PlayerEntity player) {
super.onBreak(world, pos, state, player);
if (state.get(HALF) == DoubleBlockHalf.LOWER) {
if (state.get(HALF) == DoubleBlockHalf.LOWER) { // TODO: place a detached rift
}
}