mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-01 16:19:53 +01:00
Add magma block
This commit is contained in:
parent
65a234c6b3
commit
3a88193459
@ -46,6 +46,7 @@ public class ConfigExperienceMining {
|
||||
MINING_EXPERIENCE_DEFAULT.put(Material.NETHER_BRICK.getKey().toString(), 50);
|
||||
MINING_EXPERIENCE_DEFAULT.put(Material.GLOWSTONE.getKey().toString(), 30);
|
||||
MINING_EXPERIENCE_DEFAULT.put(Material.NETHERRACK.getKey().toString(), 30);
|
||||
MINING_EXPERIENCE_DEFAULT.put(Material.MAGMA_BLOCK.getKey().toString(), 30);
|
||||
|
||||
/* BADLANDS BIOME */
|
||||
MINING_EXPERIENCE_DEFAULT.put(Material.TERRACOTTA.getKey().toString(), 30);
|
||||
|
Loading…
Reference in New Issue
Block a user