* Add Pig

This commit is contained in:
iProgramInCpp
2023-12-06 21:58:28 +02:00
parent 805087d36a
commit 3443349df0
19 changed files with 364 additions and 63 deletions

View File

@@ -1075,6 +1075,16 @@ int Entity::queryEntityRenderer()
return 0;
}
int Entity::getCreatureBaseType()
{
return BASE_NONE;
}
int Entity::getEntityTypeId()
{
return TYPE_UNSAVED;
}
int Entity::hashCode()
{
return m_EntityID;