Update for 1.7.2

This commit is contained in:
Erik Broes
2011-07-01 14:05:57 +02:00
parent 25f72c9caa
commit 1497eec04a
5 changed files with 9 additions and 5 deletions

View File

@@ -181,4 +181,8 @@ public class BlockPressurePlate extends Block {
public boolean isPowerSource() {
return true;
}
public int e() {
return 1;
}
}