Skip to content

Commit eddb72c

Browse files
committed
convert growl sounds to mono
1 parent c65a21a commit eddb72c

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

src/main/java/galena/oreganized/content/block/GargoyleBlock.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public BlockState getStateForPlacement(BlockPlaceContext context) {
7171
var base = super.getStateForPlacement(context);
7272
var clickedFace = context.getClickedFace();
7373

74-
if (clickedFace.getAxis().isHorizontal()) {
74+
if (clickedFace.getAxis().isHorizontal() && !context.replacingClickedOnBlock()) {
7575
return base.setValue(HORIZONTAL_FACING, clickedFace.getOpposite()).setValue(ATTACHMENT, AttachmentType.WALL);
7676
} else {
7777
return base.setValue(HORIZONTAL_FACING, context.getHorizontalDirection()).setValue(ATTACHMENT, AttachmentType.FLOOR);
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)