2.1.176 - Small hotfix before bringing down endgame

This commit is contained in:
nossr50 2021-03-04 15:17:48 -08:00
parent 37610f76ce
commit 5baccd626f
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Version 2.1.176 Version 2.1.176
Added another measure to prevent item stacks from reaching 65 from double smelt Another fix for Double Smelt bringing item stack size to illegal values
Version 2.1.175 Version 2.1.175
Fixed a bug where mcMMO would occasionally give a 65 item stack from a double smelt on a furnace Fixed a bug where mcMMO would occasionally give a 65 item stack from a double smelt on a furnace

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.176-SNAPSHOT</version> <version>2.1.176</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>