Skip to content

Commit

Permalink
Make mod 1.19.4 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
thefirethirteen committed Mar 26, 2023
1 parent c9331f5 commit 020658e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ protected void appendProperties(StateManager.Builder<Block, BlockState> builder)

@Override
public BlockState getPlacementState(ItemPlacementContext ctx) {
return getDefaultState().with(FACING, ctx.getPlayerFacing().getOpposite());
return getDefaultState().with(FACING, ctx.getHorizontalPlayerFacing().getOpposite());
}

@Override
Expand Down

0 comments on commit 020658e

Please sign in to comment.