Fix placing of certian items on Redstone Blocks.

This commit is contained in:
LexManos 2013-03-16 23:06:58 -07:00
parent 71127d1cc0
commit 458a79611b

View file

@ -154,7 +154,7 @@
}
/**
@@ -1414,4 +1433,849 @@
@@ -1414,4 +1433,853 @@
canBlockGrass[0] = true;
StatList.initBreakableStats();
}
@ -239,6 +239,10 @@
+ {
+ return true;
+ }
+ else if (this instanceof BlockPoweredOre)
+ {
+ return true;
+ }
+ return isBlockNormalCube(world, x, y, z);
+ }
+