mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-06-05 09:34:37 +00:00
TU24
This commit is contained in:
@@ -155,9 +155,3 @@ bool Chicken::isFood(shared_ptr<ItemInstance> itemInstance)
|
||||
{
|
||||
return (itemInstance->id == Item::seeds_wheat_Id) || (itemInstance->id == Item::netherwart_seeds_Id) || (itemInstance->id == Item::seeds_melon_Id) || (itemInstance->id == Item::seeds_pumpkin_Id);
|
||||
}
|
||||
|
||||
// TU25 Addition
|
||||
float Chicken::getEyeHeight()
|
||||
{
|
||||
return bbHeight;
|
||||
}
|
||||
Reference in New Issue
Block a user