Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Thepigcat76 committed Dec 21, 2024
2 parents 1b103d7 + 1b94bea commit 95a7c95
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public BacterialAnalyzerTopBlock(Properties properties) {
@Override
protected InteractionResult useWithoutItem(BlockState state, Level level, BlockPos pos, Player player, BlockHitResult hitResult) {
if (level.getBlockEntity(pos.below()) instanceof BacterialAnalyzerBlockEntity be) {
player.openMenu(be, pos);
player.openMenu(be, pos.below());
return InteractionResult.SUCCESS;
}
return super.useWithoutItem(state, level, pos, player, hitResult);
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 95a7c95

Please sign in to comment.