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
6c1229f8
Commit
6c1229f8
authored
Oct 17, 2018
by
Milan
Browse files
add pumpboom egg, enable pumpbooms
parent
a6740a8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
mobs_pumpking/init.lua
View file @
6c1229f8
...
...
@@ -2,7 +2,7 @@
if
mobs
.
mod
and
mobs
.
mod
==
"redo"
then
local
ENABLE_SPAWN_NODE
=
true
local
ENABLE_PUMPKIN_BOOM
=
fals
e
local
ENABLE_PUMPKIN_BOOM
=
tru
e
mobs
:
register_mob
(
"mobs_pumpking:pumpking"
,
{
type
=
"monster"
,
...
...
@@ -68,7 +68,7 @@ if mobs.mod and mobs.mod == "redo" then
-
1
,
6
,
30
,
70000
,
1
,
l_spawn_elevation_min
,
31000
)
mobs
:
register_egg
(
"mobs_pumpking:pumpking"
,
"Pumpkin King"
,
"pumpking.png"
,
1
)
mobs
:
register_egg
(
"mobs_pumpking:pumpboom"
,
"Pumpboom"
,
"pumpking.png"
,
1
)
if
ENABLE_PUMPKIN_BOOM
then
mobs
:
register_mob
(
"mobs_pumpking:pumpboom"
,
{
type
=
"monster"
,
...
...
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