Added new 1.1 items, enchantments. Added WorldType, and a method to set/get the type of a world at creation.
By: Nathan Adams <dinnerbone@dinnerbone.com>
This commit is contained in:
@@ -42,5 +42,10 @@ public enum EnchantmentTarget {
|
||||
/**
|
||||
* Allows the Enchantment to be placed on tools (spades, pickaxe, hoes, axes)
|
||||
*/
|
||||
TOOL;
|
||||
TOOL,
|
||||
|
||||
/**
|
||||
* Allows the Enchantment to be placed on bows.
|
||||
*/
|
||||
BOW;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user