Add nether gold ore

This commit is contained in:
nossr50 2020-03-11 17:53:36 -07:00
parent fd1b1fe124
commit d525f754a7
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
Version 2.1.123 Version 2.1.123
Added 'Nether_Gold_Ore' to Mining XP tables in experience.yml with a value of 1300
Adept Salvage message will now show the correct minimum level Adept Salvage message will now show the correct minimum level
'Weeping_Vines' renamed to 'Weeping_Vines_Plant' in experience.yml (no edits necessary) 'Weeping_Vines' renamed to 'Weeping_Vines_Plant' in experience.yml (no edits necessary)
'Twisted_Vines_Plant' added to Herbalism XP tables in experience.yml with a value of 10 'Twisted_Vines_Plant' added to Herbalism XP tables in experience.yml with a value of 10

View File

@ -385,6 +385,7 @@ Experience_Values:
End_Stone: 15 End_Stone: 15
Glowstone: 15 Glowstone: 15
Gold_Ore: 1300 Gold_Ore: 1300
Nether_Gold_Ore: 1300
Terracotta: 30 Terracotta: 30
Iron_Ore: 900 Iron_Ore: 900
Lapis_Ore: 800 Lapis_Ore: 800