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

Commit 552c096

Browse files
committed
made makeShapes method in BlockPipe public
1 parent a4eef90 commit 552c096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ protected Cache<PipeShapeKey, VoxelShape> getShapes(){
182182
return shapes.get(size);
183183
}
184184

185-
private VoxelShape makeShapes(short which) {
185+
public VoxelShape makeShapes(short which) {
186186
float offset = 0.0625f * size.ordinal();
187187
VoxelShape shape = Shapes.create(size.getAABB());
188188
if ((which & (1)) > 0)

0 commit comments

Comments
 (0)