mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 18:24:43 +02: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:

committed by
GitHub

parent
01f111f78d
commit
375292c0b3
@ -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() {
|
||||
|
Reference in New Issue
Block a user