summaryrefslogtreecommitdiff
path: root/api.txt
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2017-01-20 09:32:51 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2017-01-20 09:32:51 +0000
commit52a23559546deb9a1ed4a8aa9b5cdded1e3c1ceb (patch)
tree5efd0d2f6ef81764aac9c36a2af224aa38fec36b /api.txt
parent6eb6e458af042d0e800c5b00416b14ae7fee71b8 (diff)
arrow entity check, glow and expire added to arrows
Diffstat (limited to 'api.txt')
-rw-r--r--api.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/api.txt b/api.txt
index a2989b6..de8f6ce 100644
--- a/api.txt
+++ b/api.txt
@@ -194,6 +194,8 @@ This function registers a arrow for mobs with the attack type shoot.
'tail' when set to 1 adds a trail or tail to mob arrows
'tail_texture' texture string used for above effect
'tail_size' has size for above texture (defaults to between 5 and 10)
+ 'expire' contains float value for how long tail appears for (defaults to 0.25)
+ 'glow' has value for how brightly tail glows 1 to 10 (default is 0, no glow)
'on_step' is a custom function when arrow is active, nil for default.