mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 02:04:44 +02:00
Add magma block
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user