Skip to content

Commit

Permalink
Merge pull request #38 from SchnTgaiSpock/main
Browse files Browse the repository at this point in the history
Fix #33
  • Loading branch information
RelativoBR authored Apr 6, 2023
2 parents ee6e2c2 + eeb01b6 commit d1ff114
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
/.settings/
/target/
/.idea/
/.vscode/
*.iml
.project
.classpath
dependency-reduced-pom.xml
.DS_Store
eclipse-formatter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ public static List<AbstractItemRecipe> getAllRecipe() {
list.add(RECIPE_GLASS_BOTTLE);
list.add(RECIPE_FISHING_ROD);
list.add(RECIPE_FLINT_AND_STEEL);
list.add(RECIPE_SHEARS);
list.add(RECIPE_IRON_SWORD);
list.add(RECIPE_SHEARS);
list.add(RECIPE_BARREL);
list.add(RECIPE_SYNTHETIC_AMETHYST);
list.add(RECIPE_SYNTHETIC_RUBY);
Expand Down

0 comments on commit d1ff114

Please sign in to comment.