mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +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();
|
||||
}
|
||||
|
||||
private void fillVanillaMaterialRegisters()
|
||||
{
|
||||
private void fillVanillaMaterialRegisters() {
|
||||
//The order matters
|
||||
fillAbilityBlackList();
|
||||
fillToolBlackList();
|
||||
fillMossyWhiteList();
|
||||
@ -125,6 +125,7 @@ public class MaterialMapStore {
|
||||
fillTools();
|
||||
fillEnchantables();
|
||||
fillOres();
|
||||
fillIntendedTools();
|
||||
|
||||
fillTierMap();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user