Update API authored by Phillip's avatar Phillip
...@@ -19,9 +19,9 @@ Maven ...@@ -19,9 +19,9 @@ Maven
### Dependency ### Dependency
<dependency> <dependency>
<groupId>io.lumine.xikage</groupId> <groupId>io.lumine</groupId>
<artifactId>MythicMobs</artifactId> <artifactId>Mythic-Dist</artifactId>
<version>4.9.1</version> <version>5.0.3-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
...@@ -51,4 +51,4 @@ Events ...@@ -51,4 +51,4 @@ Events
| [MythicConditionLoadEvent](/api/events/MythicConditionLoadEvent) | Called when a custom condition is loaded | | [MythicConditionLoadEvent](/api/events/MythicConditionLoadEvent) | Called when a custom condition is loaded |
| [MythicDropLoadEvent](/api/events/MythicDropLoadEvent) | Called when a custom drop is loaded | | [MythicDropLoadEvent](/api/events/MythicDropLoadEvent) | Called when a custom drop is loaded |
| [MythicMechanicLoadEvent](/api/events/MythicMechanicLoadEvent) | Called when a custom mechanic is loaded | | [MythicMechanicLoadEvent](/api/events/MythicMechanicLoadEvent) | Called when a custom mechanic is loaded |
| [MythicTargeterLoadEvent](/api/events/MythicTargeterLoadEvent) | Called when a custom targeter is loaded | | [MythicTargeterLoadEvent](/api/events/MythicTargeterLoadEvent) | Called when a custom targeter is loaded |
\ No newline at end of file