Created
July 24, 2013 06:23
-
-
Save riking/6068429 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/main/java/org/bukkit/inventory/InventoryView.java b/src/main/ja | |
index 5e542b8..ad7d144 100644 | |
--- a/src/main/java/org/bukkit/inventory/InventoryView.java | |
+++ b/src/main/java/org/bukkit/inventory/InventoryView.java | |
@@ -34,6 +34,10 @@ public abstract class InventoryView { | |
*/ | |
TICKS_FOR_CURRENT_FUEL(2, InventoryType.FURNACE), | |
/** | |
+ * In an anvil inventory, the repair cost experience level value. | |
+ */ | |
+ REPAIR_COST(0, InventoryType.ANVIL), | |
+ /** | |
* In an enchanting inventory, the top button's experience level value. | |
*/ | |
ENCHANT_BUTTON1(0, InventoryType.ENCHANTING), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment