Update 'mods/mobs_npc/villager.lua'

This commit is contained in:
thunderdog1138 2020-11-28 00:33:26 +00:00
parent 0aa9691a84
commit b838c98437
1 changed files with 2 additions and 2 deletions

View File

@ -312,5 +312,5 @@ if not mobs.custom_spawn_npc then
})
end
mobs:register_egg("mobs_npc:human_male", S("Human male"), "default_brick.png", 1)
mobs:register_egg("mobs_npc:human_female", S("Human female"), "default_brick.png", 1)
mobs:register_egg("mobs_npc:human_male", S("Human male"), "sand.png", 1)
mobs:register_egg("mobs_npc:human_female", S("Human female"), "sand.png", 1)