Remove unused code in mobs

This commit is contained in:
Wuzzy 2017-05-25 06:40:11 +02:00
parent 7ce80bada5
commit f676a2fc2c
1 changed files with 0 additions and 2 deletions

View File

@ -2842,8 +2842,6 @@ function mobs:register_egg(mob, desc, background, addegg, no_creative)
inventory_image = invimg,
groups = grp,
_mobs_spawns_mob = mob,
on_place = function(itemstack, placer, pointed_thing)
-- Call on_rightclick if the pointed node defines it