Made a few commands obey //toggleplace

This commit is contained in:
Wizjany
2011-06-21 12:44:12 -04:00
parent 0830eecd48
commit 1aa08104b5
2 changed files with 7 additions and 5 deletions

View File

@ -532,7 +532,8 @@ public enum BlockType {
* @return
*/
public static boolean canTransferRedstone(int id) {
return id == 75 // Redstone torch (off)
return id == 27 // Powered rail
|| id == 75 // Redstone torch (off)
|| id == 76 // Redstone torch (on)
|| id == 55 // Redstone wire
|| id == 93 // Diode (off)