Remove mob aliases
This commit is contained in:
parent
8c0bea7dad
commit
90298821a3
16 changed files with 0 additions and 57 deletions
|
@ -1032,9 +1032,6 @@ mobs:register_mob("mobs_mc:villager", {
|
|||
|
||||
mobs:spawn_specific("mobs_mc:villager", mobs_mc.spawn.village, {"air"}, 0, minetest.LIGHT_MAX+1, 30, 8000, 4, mobs_mc.spawn_height.water+1, mobs_mc.spawn_height.overworld_max)
|
||||
|
||||
-- compatibility
|
||||
mobs:alias_mob("mobs:villager", "mobs_mc:villager")
|
||||
|
||||
-- spawn eggs
|
||||
mobs:register_egg("mobs_mc:villager", S("Villager"), "mobs_mc_spawn_icon_villager.png", 0)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue