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:
@@ -1617,8 +1617,13 @@ void Entity::rideTick()
|
||||
|
||||
// jeb: This caused the crosshair to "drift" while riding horses. For now I've just disabled it,
|
||||
// because I can't figure out what it's needed for. Riding boats and minecarts seem unaffected...
|
||||
// yRot += yra;
|
||||
// xRot += xra;
|
||||
//
|
||||
// 3UR: re-enabled this for TU20 but only for rideable minecarts
|
||||
if (riding->instanceof(eTYPE_MINECART_RIDEABLE))
|
||||
{
|
||||
yRot += yra;
|
||||
xRot += xra;
|
||||
}
|
||||
}
|
||||
|
||||
void Entity::positionRider()
|
||||
|
||||
Reference in New Issue
Block a user