Working spatial dimensions teleport.

This commit is contained in:
Sebastian Hartte
2020-06-13 01:11:31 +02:00
parent e83429e1bb
commit 94226f3219
22 changed files with 522 additions and 872 deletions
@@ -52,7 +52,7 @@ public class BlockMatrixFrame extends AEBaseBlock
public BlockMatrixFrame()
{
super( Properties.create(MATERIAL).hardnessAndResistance(-1.0F, 6000000.0F).noDrops().notSolid() );
super( Properties.create(MATERIAL).hardnessAndResistance(-1.0F, 6000000.0F).noDrops() );
// FIXME this.setLightOpacity( 0 );
// FIXME this.setOpaque( false );
}
@@ -76,7 +76,7 @@ public class BlockMatrixFrame extends AEBaseBlock
@Override
public VoxelShape getShape(BlockState state, IBlockReader worldIn, BlockPos pos, ISelectionContext context) {
return VoxelShapes.empty();
return VoxelShapes.fullCube();
}
@Override