mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
2.1.113
This commit is contained in:
parent
ac731258c7
commit
4fd94bfe29
@ -4,7 +4,7 @@ Version 2.1.113
|
|||||||
Fixed bug where BlockCracker didn't work on infested_stone_bricks
|
Fixed bug where BlockCracker didn't work on infested_stone_bricks
|
||||||
Fixed a bug where beacons could be duplicated
|
Fixed a bug where beacons could be duplicated
|
||||||
Check player's PTP world permissions before executing a party teleport
|
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
|
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
|
Correct locale usage for enum access, now enforces using the english locale to prevent issues with oddball locales for configs/commands
|
||||||
|
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.1.113-SNAPSHOT</version>
|
<version>2.1.113</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