This commit is contained in:
nossr50 2020-01-24 01:11:23 -08:00
parent ac731258c7
commit 4fd94bfe29
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Version 2.1.113
Fixed bug where BlockCracker didn't work on infested_stone_bricks
Fixed a bug where beacons could be duplicated
Check player's PTP world permissions before executing a party teleport
Use ThreadedLocalRandom for RNG utils, random is seeded, thus creating new instances of Random breaks randomness
Improved how mcMMO handles randomness
Version 2.1.112
Correct locale usage for enum access, now enforces using the english locale to prevent issues with oddball locales for configs/commands

View File

@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.gmail.nossr50.mcMMO</groupId>
<artifactId>mcMMO</artifactId>
<version>2.1.113-SNAPSHOT</version>
<version>2.1.113</version>
<name>mcMMO</name>
<url>https://github.com/mcMMO-Dev/mcMMO</url>
<scm>