nossr50 5 年之前
父節點
當前提交
4fd94bfe29
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      Changelog.txt
  2. 1 1
      pom.xml

+ 1 - 1
Changelog.txt

@@ -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

+ 1 - 1
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>