mirror of
https://github.com/BentoBoxWorld/Limits.git
synced 2024-11-22 18:46:02 +01:00
Removes reference to TIPPED_ARROW due to 1.14 incompatibility.
Fixes https://github.com/BentoBoxWorld/addon-limits/issues/22
This commit is contained in:
parent
539f7d604f
commit
3e073db3ff
4
pom.xml
4
pom.xml
@ -47,7 +47,7 @@
|
||||
<dependency>
|
||||
<groupId>org.spigotmc</groupId>
|
||||
<artifactId>spigot-api</artifactId>
|
||||
<version>1.13.2-R0.1-SNAPSHOT</version>
|
||||
<version>1.14.2-R0.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
@ -71,7 +71,7 @@
|
||||
<dependency>
|
||||
<groupId>world.bentobox</groupId>
|
||||
<artifactId>bentobox</artifactId>
|
||||
<version>1.4.0-SNAPSHOT</version>
|
||||
<version>1.5.0</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -61,7 +61,6 @@ public class LimitPanel {
|
||||
E2M.put(EntityType.TRIDENT, null);
|
||||
E2M.put(EntityType.ARROW, null);
|
||||
E2M.put(EntityType.SPECTRAL_ARROW, null);
|
||||
E2M.put(EntityType.TIPPED_ARROW, null);
|
||||
E2M.put(EntityType.SNOWBALL, null);
|
||||
E2M.put(EntityType.EGG, null);
|
||||
E2M.put(EntityType.LEASH_HITCH, null);
|
||||
|
Loading…
Reference in New Issue
Block a user