Skip to content

Commit

Permalink
fix: Remove duplicate knife req in BT (#1818)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoinkwiz authored Oct 22, 2024
1 parent 404e06a commit 2f41507
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ public List<ItemRequirement> getItemRequirements()
bow, oakLogs, tinderbox, axe,
feathers, knife,
hammer, bronzeBar.quantity(2), logs.quantity(3),
attackPotion, roe, knife);
attackPotion, roe);
}

@Override
Expand Down

0 comments on commit 2f41507

Please sign in to comment.