Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

Commit

Permalink
Allow bone and wooden crossbars, so you can make a dagger as starting…
Browse files Browse the repository at this point in the history
… weapon.
  • Loading branch information
bonii-xx committed Aug 15, 2014
1 parent d6d18b6 commit b16e58d
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -391,6 +391,7 @@ public int hashCode() {
public static final String[] defaultAllowed = new String[] {
// Wood:
"Wood:rod",
"Wood:crossbar",
"Wood:binding",
"Wood:sign",

Expand All @@ -405,6 +406,7 @@ public int hashCode() {
"Bone:rod",
"Bone:shovel",
"Bone:axe",
"Bone:crossbar",
"Bone:knifeblade",
"Bone:arrowhead",

Expand Down

0 comments on commit b16e58d

Please sign in to comment.