1
0
mirror of https://codeberg.org/tenplus1/mobs_redo.git synced 2025-06-28 06:30:18 +02:00

added mobs:force_capture() function, api now uses metatables thanks to bell07

This commit is contained in:
TenPlus1
2018-12-20 11:14:10 +00:00
parent aeb802ad40
commit 487e037cc9
3 changed files with 337 additions and 250 deletions

View File

@ -455,6 +455,11 @@ replace with another item entirely.
'replacewith' once captured replace mob with this item instead (overrides
new mob eggs with saved information)
mobs:force_capture(self, clicker)
Same as above but does no checks, it simply captures any and all mobs and places
inside a spawn egg containing all of the mob information.
Feeding and Taming/Breeding
---------------------------