mirror of
https://github.com/JEFF-Media-GbR/ChestSort.git
synced 2024-12-02 15:43:22 +01:00
13.0.5 fixed missing updatechecker relocation preventing ChestSort from enabling
This commit is contained in:
parent
fbe8f55e7e
commit
59c25266ad
@ -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.
|
||||||
|
4
pom.xml
4
pom.xml
@ -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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user