mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 02:08:21 +00:00
Fixed AddEntityPacket, added base Arrow
This commit is contained in:
@ -55,7 +55,6 @@ class SpawnEgg extends Item{
|
||||
new Double("", $block->getY()),
|
||||
new Double("", $block->getZ())
|
||||
]),
|
||||
//TODO: add random motion with physics
|
||||
"Motion" => new Enum("Motion", [
|
||||
new Double("", 0),
|
||||
new Double("", 0),
|
||||
|
Reference in New Issue
Block a user