Back to dev

This commit is contained in:
nossr50 2019-02-03 21:30:12 -08:00
parent 77e6e79eb6
commit c43fd9bc69
2 changed files with 4 additions and 1 deletions

View File

@ -6,6 +6,9 @@ Key:
= Fix = Fix
! Change ! Change
- Removal - Removal
Version 2.1.8
Version 2.1.7 Version 2.1.7
Fixed an almost 6 year old bug where Salvage materials did not have a defined material count so they defaulted to 2 (which could lead to shovels giving back more diamonds than normal) Fixed an almost 6 year old bug where Salvage materials did not have a defined material count so they defaulted to 2 (which could lead to shovels giving back more diamonds than normal)
Added spam detection for Unarmed's bonus damage and disarm Added spam detection for Unarmed's bonus damage and disarm

View File

@ -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.7</version> <version>2.1.8-SNAPSHOT</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>