Skip to content

Commit

Permalink
fixed #1459
Browse files Browse the repository at this point in the history
  • Loading branch information
DancingSnow0517 committed Jan 12, 2025
1 parent 4860423 commit 5424f8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public boolean matches(Input input, Level level) {
return false;
}
}
return input.inputBlock == inputBlock;
return input.inputBlock == inputBlock && (input.cauldronState.is(cauldron) || input.cauldronState.is(Blocks.CAULDRON));
}

@Override
Expand Down

0 comments on commit 5424f8a

Please sign in to comment.