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

@ -188,7 +188,7 @@ class Explosion{
$tnt = new PrimedTNT($this->level->getChunk($block->x >> 4, $block->z >> 4), new Compound("", [
"Pos" => new Enum("Pos", [
new Double("", $block->x + 0.5),
new Double("", $block->y + 0.5),
new Double("", $block->y),
new Double("", $block->z + 0.5)
]),
"Motion" => new Enum("Motion", [