Skip to content

Commit

Permalink
Add missing mobs to experience tables
Browse files Browse the repository at this point in the history
  • Loading branch information
nossr50 committed Mar 19, 2020
1 parent 254a17f commit 5bd45ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Changelog.txt
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/experience.yml
Expand Up @@ -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

0 comments on commit 5bd45ae

Please sign in to comment.