diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-09-04 16:42:33 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-09-04 16:42:33 +0100 |
commit | 082bf0cf86c50d9d3cef2e0f8111111d3b745b81 (patch) | |
tree | 2ff9157b4a73c28181e317fe065ee349e0523eae | |
parent | 607e596c050a083ff25a98a7fa2514ad32c66ca2 (diff) |
update api.txt
-rw-r--r-- | api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -146,7 +146,7 @@ functions needed for the mob to work properly which contains the following: 'drops' table of items that are dropped when mob is killed, fields are: 'name' name of item to drop. 'chance' chance of drop, 1 for always, 2 for 1-in-2 chance etc. - 'min' minimum number of items dropped. + 'min' minimum number of items dropped, set to 0 for rare drops. 'max' maximum number of items dropped. 'visual' holds the look of the mob you wish to create: |