Changed some config settings and descriptions

This commit is contained in:
Sn0wStorm
2016-05-26 21:10:48 +02:00
parent d5296bdc8c
commit 85acdcdbb6
8 changed files with 283 additions and 51 deletions
+5
View File
@@ -63,6 +63,11 @@ public class BRecipe {
if (durability == -1 && vaultItem.getSubTypeId() != 0) {
durability = vaultItem.getSubTypeId();
}
if (mat == Material.LEAVES) {
if (durability > 3) {
durability -= 4; // Vault has leaves with higher durability
}
}
}
} catch (Exception e) {
P.p.errorLog("Could not check vault for Item Name");