diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 8f98656..2daadce 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,20 +4,13 @@
-
-
+
-
-
-
-
-
-
@@ -215,56 +208,56 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -304,10 +297,10 @@
-
+
-
+
diff --git a/src/main/java/net/seanomik/tamablefoxes/TamableFoxes.java b/src/main/java/net/seanomik/tamablefoxes/TamableFoxes.java
index 8c2c456..03d44a1 100644
--- a/src/main/java/net/seanomik/tamablefoxes/TamableFoxes.java
+++ b/src/main/java/net/seanomik/tamablefoxes/TamableFoxes.java
@@ -14,11 +14,11 @@ import java.lang.reflect.Modifier;
// @TODO:
-/* @CHANGELOG (1.5.2):
- * Code cleanup
- * Updated old path finding goals
- * Added a section in language.yml to customize how a foxes owner's name is displayed.
- * Added a choice in the config.yml to disable the Anvil naming GUI so all foxes would have to be named by name tags.
+/* @CHANGELOG (1.6.0):
+ * Code cleanup.
+ * Fixed low TPS issues. (If you run into any please DM me or create a github issue)
+ * When you tame a fox you now get the taming advancement.
+ * Added support for color codes in language.yml
*/
public final class TamableFoxes extends JavaPlugin implements Listener {
private static TamableFoxes plugin;