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:
@@ -2934,14 +2934,15 @@ void Minecraft::tick(bool bFirst, bool bUpdateTextures)
|
||||
{
|
||||
*piUse=IDS_TOOLTIPS_UNLEASH;
|
||||
}
|
||||
else if (heldItemId == Item::lead_Id)
|
||||
// 4J: fix improper tooltips for TU20
|
||||
/*else if (heldItemId == Item::lead_Id)
|
||||
{
|
||||
if (!pig->isLeashed()) *piUse=IDS_TOOLTIPS_LEASH;
|
||||
}
|
||||
else if (heldItemId == Item::nameTag_Id)
|
||||
{
|
||||
*piUse = IDS_TOOLTIPS_NAME;
|
||||
}
|
||||
}*/
|
||||
else if (pig->hasSaddle()) // does the pig have a saddle?
|
||||
{
|
||||
*piUse=IDS_TOOLTIPS_MOUNT;
|
||||
|
||||
Reference in New Issue
Block a user