1.8: Fixed enderman spawning.
This commit is contained in:
parent
c7044fa1dd
commit
a02d96d1f5
@ -3223,7 +3223,7 @@ void cProtocol180::cPacketizer::WriteMobMetadata(const cMonster & a_Mob)
|
|||||||
|
|
||||||
case cMonster::mtEnderman:
|
case cMonster::mtEnderman:
|
||||||
{
|
{
|
||||||
WriteByte(0x10);
|
WriteByte(0x30);
|
||||||
WriteByte((Byte)(((const cEnderman &)a_Mob).GetCarriedBlock()));
|
WriteByte((Byte)(((const cEnderman &)a_Mob).GetCarriedBlock()));
|
||||||
WriteByte(0x11);
|
WriteByte(0x11);
|
||||||
WriteByte((Byte)(((const cEnderman &)a_Mob).GetCarriedMeta()));
|
WriteByte((Byte)(((const cEnderman &)a_Mob).GetCarriedMeta()));
|
||||||
|
Loading…
Reference in New Issue
Block a user