Correct cold damage. Add ice spiders.
This commit is contained in:
parent
fb8b9eb68d
commit
a595c7952a
15 changed files with 79 additions and 13 deletions
|
@ -39,7 +39,8 @@ mobs:register_mob("fun_caves:goblin_coal", {
|
|||
chance = 3, min = 1, max = 10},
|
||||
},
|
||||
water_damage = 0,
|
||||
lava_damage = 2,
|
||||
lava_damage = 0,
|
||||
cold_damage = 1,
|
||||
light_damage = 0,
|
||||
follow = {"default:diamond"},
|
||||
view_range = 10,
|
||||
|
@ -114,8 +115,8 @@ 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:stone_with_coal"}, 100, 0, 1 * fun_caves.goblin_spawn_frequency, 3, 31000)
|
||||
mobs:register_spawn("fun_caves:goblin_coal", {"default:mossycobble"}, 100, 0, 1 * fun_caves.goblin_spawn_frequency, 3, 31000)
|
||||
mobs:register_spawn("fun_caves:goblin_coal", {"default:coalblock", "default:stone_with_coal"}, 100, 0, 1 * fun_caves.goblin_spawn_frequency, 3, 31000)
|
||||
mobs:register_spawn("fun_caves:goblin_coal", {"default:mossycobble", "fun_caves:hot_cobble"}, 100, 0, 1 * fun_caves.goblin_spawn_frequency, 3, 31000)
|
||||
|
||||
minetest.register_node("fun_caves:stone_with_coal_trap", {
|
||||
description = "Coal Trap",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue