mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-17 20:10:23 +03:00
* Add Pig
This commit is contained in:
@@ -853,6 +853,11 @@ int Mob::getMaxHeadXRot()
|
||||
return 10;
|
||||
}
|
||||
|
||||
int Mob::getMaxHealth()
|
||||
{
|
||||
return 10;
|
||||
}
|
||||
|
||||
float Mob::getSoundVolume()
|
||||
{
|
||||
return 1.0f;
|
||||
|
||||
Reference in New Issue
Block a user