mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
Bump version for release
This commit is contained in:
parent
f108de9ba2
commit
397ec929aa
@ -7,8 +7,19 @@ Key:
|
|||||||
! Change
|
! Change
|
||||||
- Removal
|
- Removal
|
||||||
|
|
||||||
Version 1.5.03-dev
|
Version 1.5.03
|
||||||
= Fixed bug where blocks would not get tracked correctly when using sticky pistons and slime blocks in certain situations
|
= Fixed bug where blocks would not get tracked correctly when using sticky pistons and slime blocks in certain situations
|
||||||
|
= Fixed bug where config value for Daze damage was ignored
|
||||||
|
= Fixed UUID updater to not lose data on errors
|
||||||
|
= Fixed bug where uuid update could result in large amounts of user data being deleted
|
||||||
|
= Fixed bug where custom potions were missed in potion stage calculation
|
||||||
|
= Fixed piston dupe bugs permanently
|
||||||
|
= Fixed bug involving user name changes
|
||||||
|
= Fixed old user purge to properly calculate months
|
||||||
|
= Fixed bug where Repair would incorrectly check items
|
||||||
|
= Fixed bug where apostrophes in locale files would not read correctly
|
||||||
|
= Fixed bug where treasure data was limited to 255 instead of Short.MAX_VALUE
|
||||||
|
! Moved more user loading calculations to async loading thread to reduce lag on login
|
||||||
|
|
||||||
Version 1.5.02
|
Version 1.5.02
|
||||||
+ Added option to config.yml for Chimaera Wings to stop using bed spawn points
|
+ Added option to config.yml for Chimaera Wings to stop using bed spawn points
|
||||||
|
2
pom.xml
2
pom.xml
@ -2,7 +2,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.gmail.nossr50.mcMMO</groupId>
|
<groupId>com.gmail.nossr50.mcMMO</groupId>
|
||||||
<artifactId>mcMMO</artifactId>
|
<artifactId>mcMMO</artifactId>
|
||||||
<version>1.5.03-SNAPSHOT</version>
|
<version>1.5.03</version>
|
||||||
<name>mcMMO</name>
|
<name>mcMMO</name>
|
||||||
<url>https://github.com/mcMMO-Dev/mcMMO</url>
|
<url>https://github.com/mcMMO-Dev/mcMMO</url>
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
|
Loading…
Reference in New Issue
Block a user