浏览代码

dev mode + changelog update

nossr50 4 年之前
父节点
当前提交
23f836de40
共有 2 个文件被更改,包括 5 次插入2 次删除
  1. 4 1
      Changelog.txt
  2. 1 1
      pom.xml

+ 4 - 1
Changelog.txt

@@ -1,3 +1,6 @@
+Version 2.1.150
+    (API) Fake events in mcMMO now implement 'FakeEvent' (thanks TheBusyBiscuit)
+
 Version 2.1.149
 Version 2.1.149
     Added a new config file 'persistent_data.yml'
     Added a new config file 'persistent_data.yml'
     Almost all persistent mob data is now off by default and needs to be turned on in persistent_data.yml (new config file) for performance concerns
     Almost all persistent mob data is now off by default and needs to be turned on in persistent_data.yml (new config file) for performance concerns
@@ -18,7 +21,7 @@ For now it is not recommended to use persistent data without monitoring performa
 I have a solution in mind to make persistent data not so expensive, but writing the code for that will take some time. This will serve as an interim fix.
 I have a solution in mind to make persistent data not so expensive, but writing the code for that will take some time. This will serve as an interim fix.
 
 
 I am going to focus on Tridents & Crossbows instead of that alternative solution, so don't expect it anytime soon. Use persistent data only if you understand the potential performance cost risk.
 I am going to focus on Tridents & Crossbows instead of that alternative solution, so don't expect it anytime soon. Use persistent data only if you understand the potential performance cost risk.
-
+@
 Version 2.1.148
 Version 2.1.148
     Fixed a memory leak involving entity metadata
     Fixed a memory leak involving entity metadata
     Alchemy progression is now more reasonable (delete skillranks.yml or edit it yourself to receive the change, see notes)
     Alchemy progression is now more reasonable (delete skillranks.yml or edit it yourself to receive the change, see notes)

+ 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.149</version>
+    <version>2.1.150-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>