changed capturing mobs with 'replacewith' item to override new mob eggs with information inside

This commit is contained in:
TenPlus1
2017-02-01 13:08:45 +00:00
parent 6d059ef980
commit 62d00489b3
2 changed files with 3 additions and 3 deletions

View File

@ -3166,8 +3166,8 @@ function mobs:capture_mob(self, clicker, chance_hand, chance_net, chance_lasso,
local new_stack = ItemStack(mobname)
-- add special mob egg with all mob information
-- unless 'force_take' is true for craftitems only
if not force_take then
-- unless 'replacewith' contains new item to use
if not replacewith then
new_stack = ItemStack(mobname .. "_set")