Tweak a few more things with Salvage.

This commit is contained in:
GJ
2013-02-06 10:28:28 -05:00
parent 2799bab206
commit 7a0f8ea2dd
3 changed files with 60 additions and 28 deletions

View File

@ -392,6 +392,7 @@ public class ItemChecks {
public static boolean isStringTool(ItemStack is) {
switch (is.getType()) {
case BOW:
case CARROT_STICK:
case FISHING_ROD:
return true;
@ -429,6 +430,8 @@ public class ItemChecks {
*/
public static boolean isIronTool(ItemStack is) {
switch (is.getType()) {
case BUCKET:
case FLINT_AND_STEEL:
case IRON_AXE:
case IRON_HOE:
case IRON_PICKAXE: