Separate fortress monster spawn system

This commit is contained in:
Duane Robertson 2016-05-30 05:19:13 -05:00
parent 85353e0ce6
commit aa44226a4e
6 changed files with 89 additions and 9 deletions

View file

@ -121,7 +121,7 @@ mobs:register_mob("fun_caves:goblin_coal", {
})
mobs:register_egg("fun_caves:goblin_coal", "Goblin Egg (coal)", "default_mossycobble.png", 1)
mobs:register_spawn("fun_caves:goblin_coal", {"default:coalblock", "default:stone_with_coal", "group:fortress"}, 100, 0, 1 * fun_caves.goblin_spawn_frequency, 3, -51)
mobs:register_spawn("fun_caves:goblin_coal", {"default:coalblock", "default:stone_with_coal"}, 100, 0, 1 * fun_caves.goblin_spawn_frequency, 3, -51)
mobs:register_spawn("fun_caves:goblin_coal", {"default:mossycobble", "fun_caves:hot_cobble"}, 100, 0, 1 * fun_caves.goblin_spawn_frequency, 3, -51)
minetest.register_node("fun_caves:stone_with_coal_trap", {