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:
@@ -460,6 +460,7 @@ void Villager::addOffers(int addCount)
|
||||
addItemForPurchase(newOffers, Tile::glass_Id, random, getRecipeChance(.2f));
|
||||
addItemForPurchase(newOffers, Item::compass_Id, random, getRecipeChance(.2f));
|
||||
addItemForPurchase(newOffers, Item::clock_Id, random, getRecipeChance(.2f));
|
||||
addItemForPurchase(newOffers, Item::nameTag_Id, random, getRecipeChance(.2f));
|
||||
|
||||
if (random->nextFloat() < getRecipeChance(0.07f))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user