Readded redstone ores to BlockWatchList. Added vines to BlockWatchList.

This commit is contained in:
Grant 2012-02-01 02:11:01 -05:00
parent 5404fc8703
commit 64e6ea86fd

View File

@ -78,7 +78,7 @@ public class mcBlockListener implements Listener
int id = block.getTypeId(); int id = block.getTypeId();
//Only needed for blocks that use their block data (wood, pumpkins, etc.) //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); plugin.misc.blockWatchList.add(block);
else { else {
//block.setData((byte) 5); //Change the byte //block.setData((byte) 5); //Change the byte