mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-01-19 08:55:26 +01:00
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:
parent
01f111f78d
commit
375292c0b3
@ -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() {
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user