Skip to content

Commit

Permalink
fix: invalidate caps
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge committed Feb 16, 2024
1 parent 6c09596 commit 3e687f4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ public void onDirectionChanged(Direction direction) {
if (network != null) {
network.getCraftingManager().invalidate();
}

level.invalidateCapabilities(pos);
}

@Override
Expand Down

0 comments on commit 3e687f4

Please sign in to comment.