diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-02-01 13:08:45 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-02-01 13:08:45 +0000 |
commit | 62d00489b3cc224a2fff42b0a7e9b7a25b07d5a2 (patch) | |
tree | 06920ebb9f20c4e5da3e8599f5eaf41c00d0e387 /api.txt | |
parent | 6d059ef9803b691e3d0e4ebba94d79ebd9d4cd94 (diff) |
changed capturing mobs with 'replacewith' item to override new mob eggs with information inside
Diffstat (limited to 'api.txt')
-rw-r--r-- | api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -235,7 +235,7 @@ This function is generally called inside the on_rightclick section of the mob ap 'chance_net' chance of capturing mob using net (1 to 100) 0 to disable 'chance_lasso' chance of capturing mob using magic lasso (1 to 100) 0 to disable 'force_take' take mob by force, even if tamed (true or false) - 'replacewith' once captured replace mob with this item instead + 'replacewith' once captured replace mob with this item instead (overrides new mob eggs with saved information) mobs:feed_tame(self, clicker, feed_count, breed) |