Skip to content

Commit

Permalink
Merge branch 'shixinzia:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
muguagua3 authored Aug 26, 2023
2 parents db80f16 + ae0c28c commit 2eaca70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
<dependency>
<groupId>dev.sefiraat</groupId>
<artifactId>SefiLib</artifactId>
<version>0.1.5.4</version>
<version>0.2.6</version>
<scope>compile</scope>
</dependency>

Expand Down Expand Up @@ -211,7 +211,7 @@
<dependency>
<groupId>net.guizhanss</groupId>
<artifactId>GuizhanLibPlugin</artifactId>
<version>1.2.1</version>
<version>1.3.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public void craft(@Nonnull BlockMenu menu) {

private boolean testRecipe(ItemStack[] input, ItemStack[] recipe) {
for (int test = 0; test < recipe.length; test++) {
if (!SlimefunUtils.isItemSimilar(input[test], recipe[test], true, false)) {
if (!SlimefunUtils.isItemSimilar(input[test], recipe[test], true, false, false)) {
return false;
}
}
Expand Down

0 comments on commit 2eaca70

Please sign in to comment.