mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
dev mode + changelog update
This commit is contained in:
parent
8d6d0cf254
commit
23f836de40
@ -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)
|
||||||
|
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.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>
|
||||||
|
Loading…
Reference in New Issue
Block a user