nossr50 14 年之前
父节点
当前提交
bb87bc38d6
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      mcMMO/com/bukkit/nossr50/mcMMO/mcm.java
  2. 1 1
      mcMMO/plugin.yml

+ 1 - 1
mcMMO/com/bukkit/nossr50/mcMMO/mcm.java

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

+ 1 - 1
mcMMO/plugin.yml

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