forked from cafeberry/cafeberry
feat(TU20/21): Implement la's TU21 patch file
This adds the following: TU20: 1. Librarians now have a small chance to offer name tags for sale 2. Witches can now spawn at light level 7 or less in any biome or cave 3. Skeletons & Wither Skeletons now rarely spawn anywhere in the Nether TU21: 1. Minecart entity limit increased
This commit is contained in:
@@ -509,7 +509,7 @@ void Wolf::setCollarColor(int color)
|
||||
// 4J-PB added for tooltips
|
||||
int Wolf::GetSynchedHealth()
|
||||
{
|
||||
return getEntityData()->getInteger(DATA_HEALTH_ID);
|
||||
return getEntityData()->getFloat(DATA_HEALTH_ID);
|
||||
}
|
||||
|
||||
shared_ptr<AgableMob> Wolf::getBreedOffspring(shared_ptr<AgableMob> target)
|
||||
|
||||
Reference in New Issue
Block a user