mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-02 00:30:07 +01:00
Readded redstone ores to BlockWatchList. Added vines to BlockWatchList.
This commit is contained in:
parent
5404fc8703
commit
64e6ea86fd
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user