Streamline abms.

This commit is contained in:
Duane Robertson 2016-05-28 05:24:36 -05:00
parent 942d6c6a9c
commit 65a6df1e44
17 changed files with 374 additions and 344 deletions

View file

@ -56,6 +56,6 @@ mobs:register_mob("fun_caves:spider", {
end,
})
mobs:register_spawn("fun_caves:spider", {"fun_caves:stone_with_moss", "fun_caves:stone_with_lichen", "fun_caves:stone_with_algae"}, 14, 0, 5000, 2, 31000)
mobs:register_spawn("fun_caves:spider", {"fun_caves:stone_with_moss", "fun_caves:stone_with_lichen", "fun_caves:stone_with_algae"}, 14, 0, 5000, 2, -51)
mobs:register_egg("fun_caves:spider", "Deep Spider", "mobs_cobweb.png", 1)