Skip to content
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.

Commit

Permalink
3 times less NPC female
Browse files Browse the repository at this point in the history
  • Loading branch information
Ombridride authored and Ombridride committed Sep 17, 2015
1 parent 4494702 commit 1688439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/mobs/npc_female.lua
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ mobs:register_mob("mobs:npc_female", {
})

-- spawning enable for now
mobs:spawn_specific("mobs:npc_female", {"default:dirt_with_grass", "default:dirt", "default:junglegrass", "default:sand"}, {"air"}, -1, 20, 30, 100000, 1, -31000, 31000, true)
mobs:spawn_specific("mobs:npc_female", {"default:dirt_with_grass", "default:dirt", "default:junglegrass", "default:sand"}, {"air"}, -1, 20, 30, 300000, 1, -31000, 31000, true)
-- register spawn egg
mobs:register_egg("mobs:npc_female", "Npc", "mobs_npc_female_inv.png", 1)

0 comments on commit 1688439

Please sign in to comment.