Sfoglia il codice sorgente

Forgot to register the intended tool set

nossr50 4 anni fa
parent
commit
9ba8af9f6e

+ 3 - 2
src/main/java/com/gmail/nossr50/util/MaterialMapStore.java

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