Improved item drop spawning

This commit is contained in:
Shoghi Cervantes
2014-10-13 22:45:04 +02:00
parent b26ee09f76
commit 883f93cc8c
8 changed files with 11 additions and 22 deletions

View File

@ -48,7 +48,7 @@ abstract class Fallable extends Solid{
$fall = new FallingBlock($this->getLevel()->getChunk($this->x >> 4, $this->z >> 4), new Compound("", [
"Pos" => new Enum("Pos", [
new Double("", $this->x + 0.5),
new Double("", $this->y + 0.5),
new Double("", $this->y),
new Double("", $this->z + 0.5)
]),
"Motion" => new Enum("Motion", [