From 9c4ac9d0516d9e09266840eb103b1a9b0fc4938c Mon Sep 17 00:00:00 2001
From: Ash <ash@lumine.io>
Date: Fri, 10 Jan 2025 20:57:07 -0700
Subject: [PATCH] ! Renamed project to MythicCosmetics

`+` Plugin is now a Mythic add-on and depends on MythicMobs

`+` Updated to support 1.21.3 and 1.21.4 (emotes currently broken, though)

`+` Dropped support for all versions before 1.21.3

`+` Updated to use ModelEngine 4

`+` Added support to load cosmetics from Mythic packs using folder structure `PACK/cosmetics/hats` etc

`+` Added support for Crucible implicit generation for hats and other equippabless
---
 api/.flattened-pom.xml | 8 ++++----
 plugin/pom.xml         | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/api/.flattened-pom.xml b/api/.flattened-pom.xml
index 611020c..5f778f7 100644
--- a/api/.flattened-pom.xml
+++ b/api/.flattened-pom.xml
@@ -32,6 +32,10 @@
     </dependency>
   </dependencies>
   <repositories>
+    <repository>
+      <id>papermc</id>
+      <url>https://repo.papermc.io/repository/maven-public/</url>
+    </repository>
     <repository>
       <id>nexus</id>
       <url>https://mvn.lumine.io/repository/maven-public/</url>
@@ -52,10 +56,6 @@
       <id>placeholderapi</id>
       <url>https://repo.extendedclip.com/content/repositories/placeholderapi/</url>
     </repository>
-    <repository>
-      <id>papermc</id>
-      <url>https://papermc.io/repo/repository/maven-public/</url>
-    </repository>
     <repository>
       <id>CodeMC</id>
       <url>https://repo.codemc.org/repository/maven-public</url>
diff --git a/plugin/pom.xml b/plugin/pom.xml
index 8dee51b..e7e2524 100644
--- a/plugin/pom.xml
+++ b/plugin/pom.xml
@@ -120,7 +120,7 @@
         </repository>
         <repository>
             <id>placeholderapi</id>
-            <url>https://repo.extendedclip.com/content/repositories/placeholderapi/</url>
+            <url>https://repo.helpch.at/releases/</url>
         </repository>
         <repository>
             <id>CodeMC</id>
-- 
GitLab