mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
2.1.63
This commit is contained in:
parent
d7b2a98723
commit
ce230bf403
@ -4,6 +4,7 @@ Version 2.1.63
|
|||||||
Added new setting to advanced.yml 'Skills.Axes.ArmorImpact.DamagePerRank' which is multiplied against Armor Impact's skill level to determine damage done to armor
|
Added new setting to advanced.yml 'Skills.Axes.ArmorImpact.DamagePerRank' which is multiplied against Armor Impact's skill level to determine damage done to armor
|
||||||
Fixed a bug that caused creative mode players to gain XP when qualifying for early game XP boosts
|
Fixed a bug that caused creative mode players to gain XP when qualifying for early game XP boosts
|
||||||
Removed the damage cap setting for Armor Impact, it is inherently capped now based on its max rank and damage setting
|
Removed the damage cap setting for Armor Impact, it is inherently capped now based on its max rank and damage setting
|
||||||
|
Updated hu_HU locale (thanks andris155)
|
||||||
|
|
||||||
NOTES:
|
NOTES:
|
||||||
Armor Impact only has a 25% chance to go off, and for it to only incur 20 durability damage seemed incredibly underwhelming, I've buffed it quite a bit.
|
Armor Impact only has a 25% chance to go off, and for it to only incur 20 durability damage seemed incredibly underwhelming, I've buffed it quite a bit.
|
||||||
|
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>2.1.63-SNAPSHOT</version>
|
<version>2.1.63</version>
|
||||||
<name>mcMMO</name>
|
<name>mcMMO</name>
|
||||||
<url>https://github.com/mcMMO-Dev/mcMMO</url>
|
<url>https://github.com/mcMMO-Dev/mcMMO</url>
|
||||||
<scm>
|
<scm>
|
||||||
|
Loading…
Reference in New Issue
Block a user