Skip to content

Commit

Permalink
Merge pull request #236 from P3pp3rF1y/1.20.x-dev
Browse files Browse the repository at this point in the history
fix: 🐛 Fix barrel flattening recipe to properly check for existence o…
  • Loading branch information
P3pp3rF1y authored Jul 9, 2023
2 parents 4481941 + 5c65a84 commit 58b08a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
minecraft_version=1.20.1
forge_version=47.0.16
mod_version=0.8.36
mod_version=0.8.37
jei_mc_version=1.20.1-forge
jei_version=15.1.0.19
rubidium_cf_file_id=4573226
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public boolean matches(CraftingContainer container, Level level) {
}
}

return true;
return barrelFound;
}

@Override
Expand Down

0 comments on commit 58b08a1

Please sign in to comment.