Rename mcl_monster_spawners to mcl_mobspawners.

Sorry for the trouble, but the long name annoyed me. :P
This commit is contained in:
Wuzzy 2017-05-25 06:09:03 +02:00
parent 6b07bde2e8
commit c1c15eb60b
14 changed files with 19 additions and 19 deletions

View file

@ -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