瀏覽代碼

Readded redstone ores to BlockWatchList. Added vines to BlockWatchList.

Grant 13 年之前
父節點
當前提交
64e6ea86fd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/gmail/nossr50/listeners/mcBlockListener.java

+ 1 - 1
src/main/java/com/gmail/nossr50/listeners/mcBlockListener.java

@@ -78,7 +78,7 @@ public class mcBlockListener implements Listener
     		int id = block.getTypeId();
     		
     		//Only needed for blocks that use their block data (wood, pumpkins, etc.)
-    		if (id == 17 || id == 81 || id == 83 || id == 86 || id == 91)
+    		if (id == 17 || id == 73 || id == 74 || id == 81 || id == 83 || id == 86 || id == 91 || id == 106)
     			plugin.misc.blockWatchList.add(block);
     		else {
     			//block.setData((byte) 5); //Change the byte