Another WIP for 1.1.14

This commit is contained in:
nossr50
2011-09-05 17:02:11 -07:00
parent 5f8d5cfd69
commit cee3ba5281
6 changed files with 989 additions and 967 deletions

View File

@@ -59,6 +59,9 @@ public class Excavation
}
public static void excavationProcCheck(byte data, Material type, Location loc, Player player)
{
if(LoadProperties.excavationRequiresShovel && !m.isShovel(player.getItemInHand()))
return;
PlayerProfile PP = Users.getProfile(player);
ArrayList<ItemStack> is = new ArrayList<ItemStack>();