You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make config loading less scary when mismatches due to legacy materials. (#86)
* Add API function to get durability of a material type
Change server to use api-version 1.14 as default
* Make config loading less scary when mismatches due to legacy materials..
Changes to debug output; Hide failure if material not enabled.
* Version 4.4.17
ObsidianDestroyer.debug("Disabled durability of '" + durablock.getDurability() + "' for '" + durablock.toString() + "'");
248
+
disabledDuraCount++;
240
249
}
241
250
} catch (Exceptione) {
242
251
ObsidianDestroyer.LOG.log(Level.SEVERE, "Failed loading material ''{0}''", durabilityMaterial);
252
+
errorDuraCount++;
243
253
}
244
254
}
255
+
ObsidianDestroyer.LOG.log(Level.INFO, "Loaded and enabled ''{0}'' material durabilities from config in ''{1}'' ms.", newObject[]{durabilityMaterials.size(), (System.currentTimeMillis() - time)});
0 commit comments