mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
2.2.017
This commit is contained in:
parent
2debcbefd0
commit
fe01312136
@ -1,15 +1,16 @@
|
|||||||
Version 2.2.017
|
Version 2.2.017
|
||||||
|
Fixed a bug with default Mace permissions (thanks SrBedrock)
|
||||||
Fixed Blast Mining being almost completely broken
|
Fixed Blast Mining being almost completely broken
|
||||||
Reworked Blast Mining to drop non-mining related blocks too
|
Reworked Blast Mining to drop non-mining related blocks too
|
||||||
Reworked Blast Mining to use your pickaxe when determining drops (will apply Silk Touch)
|
Reworked Blast Mining to use your pickaxe when determining drops (will apply Silk Touch)
|
||||||
Fixed shift-clicking ingredients into the brewing stand not working on older versions of Minecraft
|
Fixed shift-clicking ingredients into the brewing stand not working on older versions of Minecraft
|
||||||
Added a setting in advanced.yml to ignore attack cooldowns (see notes)
|
Added a setting in advanced.yml to ignore attack cooldowns (see notes)
|
||||||
Fixed a bug with Mace permissions (thanks SrBedrock)
|
|
||||||
Updated zh_CN locale (thanks libook)
|
Updated zh_CN locale (thanks libook)
|
||||||
Updated pt_BR locale (thanks JesusRuescas)
|
Updated pt_BR locale (thanks JesusRuescas)
|
||||||
Updated fr locale (thanks Ted-18)
|
Updated fr locale (thanks Ted-18)
|
||||||
|
|
||||||
NOTES:
|
NOTES:
|
||||||
|
If Mace skills weren't working for your players before and you were scratching your head wondering why, this should fix it (thanks SrBedrock).
|
||||||
Skills.General.Attack_Cooldown.Adjust_Skills_For_Attack_Cooldown is a new setting in advanced.yml that will allow you to ignore attack cooldowns for the combat skills.
|
Skills.General.Attack_Cooldown.Adjust_Skills_For_Attack_Cooldown is a new setting in advanced.yml that will allow you to ignore attack cooldowns for the combat skills.
|
||||||
When a player spams an attack, have a reduced amount of bonus damage from mcMMO and reduced chance for chance-on-hit subskills to activate.
|
When a player spams an attack, have a reduced amount of bonus damage from mcMMO and reduced chance for chance-on-hit subskills to activate.
|
||||||
You can have mcMMO ignore this value and apply full bonus damage and full chance to proc abilities by setting this to false.
|
You can have mcMMO ignore this value and apply full bonus damage and full chance to proc abilities by setting this to false.
|
||||||
|
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.2.017-SNAPSHOT</version>
|
<version>2.2.017</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