Wire up party config pt 5 - Actually need to redo how I'm deserializing maps, gonna do that tomorrow

This commit is contained in:
nossr50
2019-03-17 04:44:06 -07:00
parent 80df1dd4bd
commit f299f84a6f
7 changed files with 22 additions and 20 deletions

View File

@ -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);