mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-26 15:45:12 +01:00
Fixed Wound Target
This commit is contained in:
parent
42b493f96d
commit
cd41948dcd
@ -21,7 +21,7 @@ import java.util.concurrent.atomic.AtomicInteger;
|
|||||||
public class Wound extends EcoEnchant {
|
public class Wound extends EcoEnchant {
|
||||||
public Wound() {
|
public Wound() {
|
||||||
super(
|
super(
|
||||||
new EcoEnchantBuilder("wound", EnchantmentType.NORMAL, Target.Applicable.SWORD, 4.0)
|
new EcoEnchantBuilder("wound", EnchantmentType.NORMAL, new Target.Applicable[]{Target.Applicable.BOW, Target.Applicable.CROSSBOW}, 4.0)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user