1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-05-19 00:06:24 +02:00

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

* 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
src/main
java/com/gmail/nossr50/util
resources

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

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