mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-12-11 11:48:46 +01:00
Wire up party config pt 5 - Actually need to redo how I'm deserializing maps, gonna do that tomorrow
This commit is contained in:
@@ -17,7 +17,6 @@ public class ConfigSectionPartyItemWeights {
|
||||
static {
|
||||
ITEM_WEIGHT_MAP_DEFAULT = new HashMap<>();
|
||||
|
||||
ITEM_WEIGHT_MAP_DEFAULT.put("Default", 5);
|
||||
ITEM_WEIGHT_MAP_DEFAULT.put(getHOCONFriendly(QUARTZ), 200);
|
||||
ITEM_WEIGHT_MAP_DEFAULT.put(getHOCONFriendly(NETHER_QUARTZ_ORE), 200);
|
||||
ITEM_WEIGHT_MAP_DEFAULT.put(getHOCONFriendly(EMERALD_ORE), 150);
|
||||
|
||||
Reference in New Issue
Block a user