Forgot to register the intended tool set

This commit is contained in:
nossr50 2020-12-31 16:42:37 -08:00
parent 56b376eb54
commit 9ba8af9f6e

View File

@ -109,8 +109,8 @@ public class MaterialMapStore {
fillVanillaMaterialRegisters(); fillVanillaMaterialRegisters();
} }
private void fillVanillaMaterialRegisters() private void fillVanillaMaterialRegisters() {
{ //The order matters
fillAbilityBlackList(); fillAbilityBlackList();
fillToolBlackList(); fillToolBlackList();
fillMossyWhiteList(); fillMossyWhiteList();
@ -125,6 +125,7 @@ public class MaterialMapStore {
fillTools(); fillTools();
fillEnchantables(); fillEnchantables();
fillOres(); fillOres();
fillIntendedTools();
fillTierMap(); fillTierMap();
} }