Separate fortress monster spawn system
This commit is contained in:
parent
85353e0ce6
commit
aa44226a4e
6 changed files with 89 additions and 9 deletions
|
@ -120,7 +120,7 @@ mobs:register_mob("fun_caves:goblin_copper", {
|
|||
end,
|
||||
})
|
||||
mobs:register_egg("fun_caves:goblin_copper", "Goblin Egg (copper)", "default_mossycobble.png", 1)
|
||||
mobs:register_spawn("fun_caves:goblin_copper", {"default:stone_with_copper", "group:fortress"}, 100, 0, 1 * fun_caves.goblin_spawn_frequency, 3, -51)
|
||||
mobs:register_spawn("fun_caves:goblin_copper", {"default:stone_with_copper"}, 100, 0, 1 * fun_caves.goblin_spawn_frequency, 3, -51)
|
||||
mobs:register_spawn("fun_caves:goblin_copper", {"default:mossycobble"}, 100, 0, 1 * fun_caves.goblin_spawn_frequency, 3, -51)
|
||||
|
||||
minetest.register_node("fun_caves:stone_with_copper_trap", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue