mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-23 05:36:46 +01:00
Forgot to register the intended tool set
This commit is contained in:
parent
56b376eb54
commit
9ba8af9f6e
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user