Update 'mods/mobs_npc/villager.lua'

This commit is contained in:
thunderdog1138 2020-11-23 00:15:54 +00:00
parent b290e3096f
commit 054e03dd8d
1 changed files with 1 additions and 4 deletions

View File

@ -163,7 +163,4 @@ mobs:spawn({
})
end
mobs:register_egg("mobs_npc:npc", S("Npc"), "default_brick.png", 1)
-- compatibility
mobs:alias_mob("mobs:npc", "mobs_npc:npc")
mobs:register_egg("mobs_npc:villager", S("Villager"), "default_brick.png", 1)