13.0.5 fixed missing updatechecker relocation preventing ChestSort from enabling

This commit is contained in:
mfnalex 2022-03-21 10:55:59 +01:00
parent fbe8f55e7e
commit 59c25266ad
2 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,13 @@
# Changelog # Changelog
## 13.0.5
Sorry for 3 updates within 10 minutes!
- Fixed missing relocation of update checker library preventing ChestSort from enabling
## 13.0.4
- Fixed .jar name
## 13.0.3 ## 13.0.3
- Fixed AdvancedChests fix not being included in the last update - Fixed AdvancedChests fix not being included in the last update
- Removed CrackShot dependency. CrackShotHook will still work via reflection. Ask the author to upload their plugin to a maven repository if this bothers you. - Removed CrackShot dependency. CrackShotHook will still work via reflection. Ask the author to upload their plugin to a maven repository if this bothers you.

View File

@ -9,7 +9,7 @@
<name>ChestSort</name> <name>ChestSort</name>
<url>https://www.chestsort.de</url> <url>https://www.chestsort.de</url>
<description>Allows automatic chest sorting!</description> <description>Allows automatic chest sorting!</description>
<version>13.0.4</version> <version>13.0.5</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<properties> <properties>
@ -73,7 +73,7 @@
</relocation> </relocation>
<relocation> <relocation>
<pattern>de.jeff_media.updatechecker</pattern> <pattern>com.jeff_media.updatechecker</pattern>
<shadedPattern>de.jeff_media.chestsort.updatechecker</shadedPattern> <shadedPattern>de.jeff_media.chestsort.updatechecker</shadedPattern>
</relocation> </relocation>