Update Bukkit to Minecraft 1.4.6
By: feildmaster <admin@feildmaster.com>
This commit is contained in:
@@ -2,6 +2,7 @@ package org.bukkit.enchantments;
|
||||
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
|
||||
import org.bukkit.command.defaults.EnchantCommand;
|
||||
import org.bukkit.inventory.ItemStack;
|
||||
|
||||
@@ -44,6 +45,11 @@ public abstract class Enchantment {
|
||||
*/
|
||||
public static final Enchantment WATER_WORKER = new EnchantmentWrapper(6);
|
||||
|
||||
/**
|
||||
* Damages the attacker
|
||||
*/
|
||||
public static final Enchantment THORNS = new EnchantmentWrapper(7);
|
||||
|
||||
/**
|
||||
* Increases damage against all targets
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user