Skip to content

Commit

Permalink
made makeShapes method in BlockPipe public
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Jan 1, 2025
1 parent a4eef90 commit 552c096
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ protected Cache<PipeShapeKey, VoxelShape> getShapes(){
return shapes.get(size);
}

private VoxelShape makeShapes(short which) {
public VoxelShape makeShapes(short which) {
float offset = 0.0625f * size.ordinal();
VoxelShape shape = Shapes.create(size.getAABB());
if ((which & (1)) > 0)
Expand Down

0 comments on commit 552c096

Please sign in to comment.