Change default monster spawner mob to pig

This commit is contained in:
Wuzzy 2017-05-25 04:23:21 +02:00
parent 71d7ed09c8
commit f194e1666f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ local S = mobs.intllib
mcl_monster_spawner = {}
local default_mob = "mobs_mc:chicken"
local default_mob = "mobs_mc:pig"
-- Monster spawner
local spawner_default = default_mob.." 0 15 3 0"