Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Illuna-Minetest
mobs_more_monsters
Commits
c36c46c9
Commit
c36c46c9
authored
Jan 16, 2019
by
Milan
Browse files
move senderman into biopods
parent
cac52d97
Changes
1
Hide whitespace changes
Inline
Side-by-side
mobs_senderman/init.lua
View file @
c36c46c9
...
...
@@ -20,8 +20,8 @@ if mobs.mod and mobs.mod == "redo" then
hp_min
=
60
,
hp_max
=
180
,
armor
=
130
,
light_damage
=
2
,
damage
=
1
1
,
light_damage
=
0
,
damage
=
1
4
,
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment