Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit cabbad1

Browse files
committed
fixed shapes of pipes with non ticking covers
1 parent 6e7aae6 commit cabbad1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

common/src/main/java/muramasa/antimatter/pipe/BlockPipe.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -405,9 +405,6 @@ protected static BlockEntityPipe<?> getTilePipe(BlockGetter world, BlockPos pos)
405405

406406
public VoxelShape getOrCreateShape(BlockEntityPipe<?> tile) throws ExecutionException {
407407
int config = getShapeConfig(tile);
408-
if (!tile.getBlockState().getValue(TICKING)){
409-
return getPipeShapes().get(config, () -> makeShapes((short) config));
410-
}
411408
String[] coverIds = new String[6];
412409
ICover[] covers = new ICover[6];
413410
boolean allEmpty = true;

0 commit comments

Comments
 (0)