We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa42b74 commit 8b0caf7Copy full SHA for 8b0caf7
build.properties
@@ -1 +1 @@
1
-scriptcraft-version=3.1.11
+scriptcraft-version=3.1.12
release-notes.md
@@ -1,5 +1,22 @@
RELEASE NOTES
2
=============
3
+3.1.12 Release (2015 12 30)
4
+---------------------------
5
+
6
+Added new modules
7
8
+* lightning
9
10
+The entities module and lightning module are now documented.
11
12
+To make lightning strikes when and where any arrow lands:
13
14
+ var lightning = require('lightning');
15
+ events.projectileHit( function( event ) {
16
+ if (entities.arrow( event.projectile )
17
+ lightning( event.projectile );
18
+ });
19
20
3.1.11 Release (2015 11 21)
21
---------------------------
22
0 commit comments