mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 05:06:45 +01:00
2.2.020
This commit is contained in:
parent
bac16238ac
commit
f623b608f6
@ -1,12 +1,13 @@
|
|||||||
Version 2.2.020
|
Version 2.2.020
|
||||||
(Codebase) Reworked Roll implementation (See notes)
|
(Codebase) Reworked Roll implementation (See notes)
|
||||||
(Codebase) Added unit test coverage for Roll
|
(Codebase) Added unit test coverage for Roll
|
||||||
Fixed blast mining trying to drop non-items (thanks IAISI)
|
Fixed Alchemy error spam in mcMMO potion matching logic (see notes)
|
||||||
Fixed error spam in mcMMO potion matching logic (see notes)
|
Fixed Alchemy NPE when brewing finishes
|
||||||
Fixed a bug where Roll was modifying damage unnecessarily
|
Fixed a bug where Roll was modifying damage unnecessarily
|
||||||
|
Fixed blast mining trying to drop non-items (thanks IAISI)
|
||||||
|
|
||||||
NOTES:
|
NOTES:
|
||||||
I'll need to rework Alchemy a bit further to address some issues I've found, for now mcMMO will ignore harmless matching errors in the potion matching logic.
|
I'll need to rework Alchemy config logic a bit further to address some issues I've found, for now mcMMO will ignore harmless matching errors in the potion matching logic.
|
||||||
The code for Roll was a bit of a mess, I've rewritten a good chunk of it and added some unit test coverage.
|
The code for Roll was a bit of a mess, I've rewritten a good chunk of it and added some unit test coverage.
|
||||||
I will likely put out another update for Acrobatics in general, as the code for Acrobatics is whack.
|
I will likely put out another update for Acrobatics in general, as the code for Acrobatics is whack.
|
||||||
This would be a good time to suggest changes to Acrobatics on discord.
|
This would be a good time to suggest changes to Acrobatics on discord.
|
||||||
|
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.020-SNAPSHOT</version>
|
<version>2.2.020</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