diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 03be2c2..301760d 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,14 +4,10 @@
-
-
+
+
-
-
-
-
@@ -52,7 +48,7 @@
-
+
@@ -85,7 +81,7 @@
-
+
@@ -114,6 +110,13 @@
+
+
+
+
+
+
+
@@ -150,6 +153,7 @@
+
@@ -213,10 +217,10 @@
-
+
-
+
@@ -229,50 +233,50 @@
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
-
+
-
+
@@ -294,20 +298,4 @@
-
-
-
-
- file://$PROJECT_DIR$/src/main/java/net/seanomik/tamablefoxes/versions/version_1_16_R1/NMSInterface_1_16_R1.java
- 22
-
-
-
- file://$PROJECT_DIR$/src/main/java/net/seanomik/tamablefoxes/versions/version_1_16_R1/NMSInterface_1_16_R1.java
- 45
-
-
-
-
-
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 844030a..4bfc554 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
net.seanomik
tamablefoxes
- 1.7.2-SNAPSHOT
+ 1.7.3-SNAPSHOT
jar
Tamablefoxes
@@ -41,8 +41,9 @@
+ D:\Code\java\spigotPlugins\_TEST_SERVER_PAPER_1.16.1_\plugins\TamableFoxes_v${project.version}.jar
- D:\Code\java\spigotPlugins\_TEST_SERVER_1.16.2_\plugins\TamableFoxes_v${project.version}.jar
+
false
diff --git a/src/main/java/net/seanomik/tamablefoxes/versions/version_1_16_R1/EntityTamableFox.java b/src/main/java/net/seanomik/tamablefoxes/versions/version_1_16_R1/EntityTamableFox.java
index fe20c1b..31600b4 100644
--- a/src/main/java/net/seanomik/tamablefoxes/versions/version_1_16_R1/EntityTamableFox.java
+++ b/src/main/java/net/seanomik/tamablefoxes/versions/version_1_16_R1/EntityTamableFox.java
@@ -242,12 +242,13 @@ public class EntityTamableFox extends EntityFox {
}
// deobf: mobInteract
+ @Override
public EnumInteractionResult b(EntityHuman entityhuman, EnumHand enumhand) {
ItemStack itemstack = entityhuman.b(enumhand);
Item item = itemstack.getItem();
if (itemstack.getItem() instanceof ItemMonsterEgg) {
- return super.a(entityhuman, enumhand);
+ return super.b(entityhuman, enumhand);
} else {
if (this.isTamed()) {
diff --git a/src/main/java/net/seanomik/tamablefoxes/versions/version_1_16_R2/EntityTamableFox.java b/src/main/java/net/seanomik/tamablefoxes/versions/version_1_16_R2/EntityTamableFox.java
index 95a87c0..6c8d2ba 100644
--- a/src/main/java/net/seanomik/tamablefoxes/versions/version_1_16_R2/EntityTamableFox.java
+++ b/src/main/java/net/seanomik/tamablefoxes/versions/version_1_16_R2/EntityTamableFox.java
@@ -245,7 +245,7 @@ public class EntityTamableFox extends EntityFox {
Item item = itemstack.getItem();
if (itemstack.getItem() instanceof ItemMonsterEgg) {
- return super.a(entityhuman, enumhand);
+ return super.b(entityhuman, enumhand);
} else {
if (this.isTamed()) {
diff --git a/target/classes/plugin.yml b/target/classes/plugin.yml
index 3dfb54e..cf29ff9 100644
--- a/target/classes/plugin.yml
+++ b/target/classes/plugin.yml
@@ -1,5 +1,5 @@
name: Tamablefoxes
-version: 1.7.2-SNAPSHOT
+version: 1.7.3-SNAPSHOT
main: net.seanomik.tamablefoxes.TamableFoxes
api-version: 1.14
load: STARTUP
@@ -13,7 +13,7 @@ commands:
permissions:
tamablefoxes.spawn:
description: "Gives the player the ability to spawn tamable foxes."
- default: false
+ default: op
tamablefoxes.tame:
description: "Gives the player the ability to tame a fox."
- default: false
+ default: true
diff --git a/target/maven-archiver/pom.properties b/target/maven-archiver/pom.properties
index 5e39fa7..ed2468e 100644
--- a/target/maven-archiver/pom.properties
+++ b/target/maven-archiver/pom.properties
@@ -1,5 +1,5 @@
#Generated by Maven
-#Thu Aug 27 15:00:09 CDT 2020
+#Thu Sep 03 12:37:00 CDT 2020
groupId=net.seanomik
artifactId=tamablefoxes
-version=1.7.2-SNAPSHOT
+version=1.7.3-SNAPSHOT