Skip to content
Snippets Groups Projects
Commit c1cf8d3f authored by TenPlus1's avatar TenPlus1
Browse files

updated chicken to use new mobs:spawn command

parent 752ab3db
No related branches found
No related tags found
No related merge requests found
......@@ -78,8 +78,17 @@ mobs:register_mob("mobs_animal:chicken", {
end,
})
mobs:register_spawn("mobs_animal:chicken",
{"default:dirt_with_grass", "ethereal:bamboo_dirt"}, 20, 10, 15000, 2, 31000, true)
--mobs:register_spawn("mobs_animal:chicken",
-- {"default:dirt_with_grass", "ethereal:bamboo_dirt"}, 20, 10, 15000, 2, 31000, true)
mobs:spawn({
name = "mobs_animal:chicken",
nodes = {"default:dirt_with_grass", "ethereal:bamboo_dirt"},
interval = 1,
chance = 5000,
active_object_count = 2,
day_toggle = true,
})
mobs:register_egg("mobs_animal:chicken", S("Chicken"), "mobs_chicken_inv.png", 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment