PR for gilded blackstone and nether gold ore to the mining skill, and nether gold ore to the smelting skill. (#4253)

* Added gilded blackstone and nether gold ore.

* Added nether gold ore to smelting xp.
This commit is contained in:
Flannery Lue Moore 2020-08-06 22:22:48 +00:00 committed by GitHub
parent 01f111f78d
commit 375292c0b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -201,6 +201,8 @@ public class MaterialMapStore {
ores.add("redstone_ore"); ores.add("redstone_ore");
ores.add("emerald_ore"); ores.add("emerald_ore");
ores.add("ancient_debris"); ores.add("ancient_debris");
ores.add("nether_gold_ore");
ores.add("gilded_blackstone");
} }
private void fillArmors() { private void fillArmors() {

View File

@ -464,6 +464,7 @@ Experience_Values:
Lapis_Ore: 40 Lapis_Ore: 40
Nether_Quartz_Ore: 25 Nether_Quartz_Ore: 25
Redstone_Ore: 15 Redstone_Ore: 15
Nether_Gold_Ore: 35
Taming: Taming:
Animal_Taming: Animal_Taming:
Llama: 1200 Llama: 1200