Rename mcl_monster_spawners to mcl_mobspawners.
Sorry for the trouble, but the long name annoyed me. :P
This commit is contained in:
parent
6b07bde2e8
commit
c1c15eb60b
14 changed files with 19 additions and 19 deletions
|
@ -2842,6 +2842,8 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue