diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 80c82ad..71d4cd5 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -5,14 +5,10 @@
-
-
-
-
-
+
@@ -85,7 +81,7 @@
-
+
@@ -205,10 +201,10 @@
-
+
-
+
@@ -225,46 +221,46 @@
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
diff --git a/pom.xml b/pom.xml
index 76d1f4d..b5de8f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
net.seanomik
tamablefoxes
- 1.7-SNAPSHOT
+ 1.7.1-SNAPSHOT
jar
Tamablefoxes
@@ -39,9 +39,9 @@
shade
-
-
- D:\Code\java\spigotPlugins\_TEST_SERVER_1.16.1_\plugins\TamableFoxes-MC-v1.14.X-v1.16.X_v${project.version}.jar
+
+ D:\Code\java\spigotPlugins\_TEST_SERVER_1.15.2_\plugins\TamableFoxes_v${project.version}.jar
+
false
@@ -77,7 +77,7 @@
AllSpigotNMS
LATEST
system
- ${project.basedir}/spigot-14-15-16-nms.jar
+ ${project.basedir}/spigot-14-15-16_R1-16_R2.jar
org.spigotmc
diff --git a/src/main/java/net/seanomik/tamablefoxes/versions/version_1_15_R1/EntityTamableFox.java b/src/main/java/net/seanomik/tamablefoxes/versions/version_1_15_R1/EntityTamableFox.java
index d026e81..7b613d0 100644
--- a/src/main/java/net/seanomik/tamablefoxes/versions/version_1_15_R1/EntityTamableFox.java
+++ b/src/main/java/net/seanomik/tamablefoxes/versions/version_1_15_R1/EntityTamableFox.java
@@ -79,7 +79,7 @@ public class EntityTamableFox extends EntityFox {
return !isTamed() && bD.test((EntityLiving) entityliving) && !this.isDefending();
}));
this.goalSelector.a(4, new PathfinderGoalAvoidTarget(this, EntityWolf.class, 8.0F, 1.6D, 1.4D, (entityliving) -> {
- return !((net.minecraft.server.v1_16_R1.EntityWolf)entityliving).isTamed() && !this.isDefending();
+ return !((EntityWolf) entityliving).isTamed() && !this.isDefending();
}));
this.goalSelector.a(5, getFoxInnerPathfinderGoal("u")); // StalkPreyGoal
diff --git a/target/classes/plugin.yml b/target/classes/plugin.yml
index 36d00a7..1c05b71 100644
--- a/target/classes/plugin.yml
+++ b/target/classes/plugin.yml
@@ -1,5 +1,5 @@
name: Tamablefoxes
-version: 1.7-SNAPSHOT
+version: 1.7.1-SNAPSHOT
main: net.seanomik.tamablefoxes.TamableFoxes
api-version: 1.14
load: STARTUP
diff --git a/target/maven-archiver/pom.properties b/target/maven-archiver/pom.properties
index 74dd591..3750d9b 100644
--- a/target/maven-archiver/pom.properties
+++ b/target/maven-archiver/pom.properties
@@ -1,5 +1,5 @@
#Generated by Maven
-#Tue Jul 14 00:33:46 CDT 2020
+#Sun Jul 19 14:05:21 CDT 2020
groupId=net.seanomik
artifactId=tamablefoxes
-version=1.7-SNAPSHOT
+version=1.7.1-SNAPSHOT