mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-25 22:56:45 +01:00
1.3.08
Minor addition to changelog
This commit is contained in:
parent
049338e83b
commit
3eb265c5f7
@ -18,6 +18,7 @@ Version 1.3.08
|
|||||||
= Fixed exploit where you could gain tons of Acrobatics XP from spamming Ender Pearls
|
= Fixed exploit where you could gain tons of Acrobatics XP from spamming Ender Pearls
|
||||||
= Fixed normal pistons marking a block as user-placed on retract if it wasn't a sticky piston (thanks turt2live!)
|
= Fixed normal pistons marking a block as user-placed on retract if it wasn't a sticky piston (thanks turt2live!)
|
||||||
= Fixed handling of the Unbreaking enchantment so that tools are actually damaged as they should now
|
= Fixed handling of the Unbreaking enchantment so that tools are actually damaged as they should now
|
||||||
|
= Fixed hurting pet cats with serrated strikes
|
||||||
! Changed Hardcore Vampirism to require the victim to have at least half the skill level of the killer in order for vampirism to proc (this is to avoid exploitation)
|
! Changed Hardcore Vampirism to require the victim to have at least half the skill level of the killer in order for vampirism to proc (this is to avoid exploitation)
|
||||||
! Changed Hardcore Vampirism to steal a minimum of 1 skill level from a player no matter the percentage
|
! Changed Hardcore Vampirism to steal a minimum of 1 skill level from a player no matter the percentage
|
||||||
! Changed Hardcore & Vampirism to not be executed if percentages were set to zero or below
|
! Changed Hardcore & Vampirism to not be executed if percentages were set to zero or below
|
||||||
|
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.3.08-dev</version>
|
<version>1.3.08</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