move senderman into biopods

master
Milan 2019-01-16 16:09:43 +01:00
parent cac52d978f
commit c36c46c9c3
1 changed files with 5 additions and 2 deletions

View File

@ -20,8 +20,8 @@ if mobs.mod and mobs.mod == "redo" then
hp_min = 60,
hp_max = 180,
armor = 130,
light_damage = 2,
damage = 11,
light_damage = 0,
damage = 14,
reach = 3,
attack_type = "dogfight",
view_range = 30,
@ -41,11 +41,14 @@ if mobs.mod and mobs.mod == "redo" then
l_spawn_elevation_min = 3
end
--name, nodes, neighbors, min_light, max_light, interval, chance, active_object_count, min_height, max_height
--[[
mobs:spawn_specific("mobs_senderman:senderman",
{"default:dirt_with_grass", "default:dirt", "default:desert_sand", "ethereal:green_dirt_top"},
{"air"},
-1, 3, 30, 70000, 1, l_spawn_elevation_min, 31000
)
]]
mobs:spawn_specific("mobs_senderman:senderman", {"group:soil"}, "air", 0, 30, 1, 2000, 2, 30000, 31000)
mobs:register_egg("mobs_senderman:senderman", "Spawn Senderman", "senderman_egg.png", 0)
end