This commit is contained in:
nossr50 2011-02-10 00:37:38 -08:00
parent ec7c906a60
commit bb87bc38d6
2 changed files with 2 additions and 2 deletions

View File

@ -357,7 +357,7 @@ public class mcm {
}
}
//DIRT SAND OR GRAVEL
if(type == 3 || type == 13 || type == 2){
if(type == 3 || type == 13 || type == 2 || type == 12){
if(Math.random() * 100 > 95){
mcUsers.getProfile(player).skillUpExcavation(1);
player.sendMessage(ChatColor.YELLOW+"Excavation skill increased by 1. Total ("+mcUsers.getProfile(player).getExcavationInt()+")");

View File

@ -1,3 +1,3 @@
name: mcMMO
main: com.bukkit.nossr50.mcMMO.mcMMO
version: 0.4.2
version: 0.4.3