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:
@@ -122,6 +122,7 @@ Biome::Biome(int id) : id(id)
|
||||
enemies.push_back(new MobSpawnerData(eTYPE_CREEPER, 10, 4, 4));
|
||||
enemies.push_back(new MobSpawnerData(eTYPE_SLIME, 10, 4, 4));
|
||||
enemies.push_back(new MobSpawnerData(eTYPE_ENDERMAN, 1, 1, 4));
|
||||
enemies.push_back(new MobSpawnerData(eTYPE_WITCH, 1, 1, 1));
|
||||
|
||||
// wolves are added to forests and taigas
|
||||
|
||||
|
||||
Reference in New Issue
Block a user