updating release notes and version
This commit is contained in:
parent
aa42b74119
commit
8b0caf7295
2 changed files with 18 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
scriptcraft-version=3.1.11
|
scriptcraft-version=3.1.12
|
||||||
|
|
|
@ -1,5 +1,22 @@
|
||||||
RELEASE NOTES
|
RELEASE NOTES
|
||||||
=============
|
=============
|
||||||
|
3.1.12 Release (2015 12 30)
|
||||||
|
---------------------------
|
||||||
|
|
||||||
|
Added new modules
|
||||||
|
|
||||||
|
* lightning
|
||||||
|
|
||||||
|
The entities module and lightning module are now documented.
|
||||||
|
|
||||||
|
To make lightning strikes when and where any arrow lands:
|
||||||
|
|
||||||
|
var lightning = require('lightning');
|
||||||
|
events.projectileHit( function( event ) {
|
||||||
|
if (entities.arrow( event.projectile )
|
||||||
|
lightning( event.projectile );
|
||||||
|
});
|
||||||
|
|
||||||
3.1.11 Release (2015 11 21)
|
3.1.11 Release (2015 11 21)
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
|
|
Reference in a new issue