Merge remote-tracking branch 'origin/1.17' into 1.17
This commit is contained in:
commit
fb51ad6536
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue