Fix placing of certian items on Redstone Blocks.
This commit is contained in:
parent
71127d1cc0
commit
458a79611b
1 changed files with 5 additions and 1 deletions
|
@ -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);
|
||||
+ }
|
||||
+
|
||||
|
|
Loading…
Reference in a new issue