mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-09 21:24:53 +00:00
Merge branch 'master' of github.com:PocketMine/PocketMine-MP
This commit is contained in:
commit
2e6366868d
@ -25,6 +25,6 @@ use pocketmine\nbt\tag\String;
|
|||||||
|
|
||||||
class Skeleton extends Monster implements ProjectileSource{
|
class Skeleton extends Monster implements ProjectileSource{
|
||||||
protected function initEntity(){
|
protected function initEntity(){
|
||||||
$this->namedtag->id = new String("id", "Chicken");
|
$this->namedtag->id = new String("id", "Skeleton");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user