Skip to content

Commit

Permalink
Merge pull request #1010 from m1919810/issue1006
Browse files Browse the repository at this point in the history
issue1006
  • Loading branch information
StarWishsama authored Feb 1, 2025
2 parents d20d940 + 260426f commit 9191152
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ public void onBlockPlace(BlockPlaceEvent e) {
ItemStackWrapper wrapper = ItemStackWrapper.wrap(catalyst);
List<ItemStackWrapper> items = ItemStackWrapper.wrapList(inputs);

if (SlimefunUtils.isItemSimilar(wrapper, SlimefunItems.BROKEN_SPAWNER, false, false)) {
if (SlimefunUtils.isItemSimilar(wrapper, SlimefunItems.BROKEN_SPAWNER, false, false, false)) {
if (!checkRecipe(SlimefunItems.BROKEN_SPAWNER, items).isPresent()) {
return Optional.empty();
}
Expand Down

0 comments on commit 9191152

Please sign in to comment.