diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-01-26 15:34:06 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-01-26 15:34:06 +0000 |
commit | fc40d8d7e0b375098c9148bcbf873e640ccb618e (patch) | |
tree | 030ecd54fb436ff2168a1a429f45a5f720469ecf /api.txt | |
parent | 2e9ebcced359166bedca1d5c10ae8ff0a98d9a56 (diff) |
add runaway_from list for shy mobs
Diffstat (limited to 'api.txt')
-rw-r--r-- | api.txt | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -102,6 +102,8 @@ functions needed for the mob to work properly which contains the following: arrow/fireball appears on mob. 'specific_attack' has a table of entity names that mob can also attack e.g. {"player", "mobs_animal:chicken"}. + 'runaway_from' contains a table with mob names to run away from, add + "player" to list to runaway from player also. 'blood_amount' contains the number of blood droplets to appear when mob is hit. 'blood_texture' has the texture name to use for droplets e.g. |