Add missing mobs to experience tables

This commit is contained in:
nossr50 2020-03-18 19:23:52 -07:00
parent 254a17f026
commit 5bd45ae970
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,8 @@
Version 2.1.124
Added Gold_Nugget to Mining's Bonus_Drops in config.yml (edit your config)
Added Piglin to experience.yml combat XP tables with a value of 2.0 (edit your config)
Added Hoglin to experience.yml combat XP tables with a value of 4.0 (edit your config)
Added Zombified_Piglin & Zombie_Pigman to experience.yml combat XP tables with a value of 3.0
Version 2.1.123
Added 'Nether_Gold_Ore' to Mining XP tables in experience.yml with a value of 1300

View File

@ -527,4 +527,8 @@ Experience_Values:
Trader_Llama: 1.0
Wandering_trader: 1.0
Bee: 1.5
Piglin: 2.0
Hoglin: 4.0
Zombie_Pigman: 3.0
Zombified_Piglin: 3.0