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
265fcb4b
Commit
265fcb4b
authored
Sep 17, 2017
by
Milan
Browse files
update pumpking and sendermans spawnrate once again
parent
21e039c7
Changes
2
Hide whitespace changes
Inline
Side-by-side
mobs_pumpking/init.lua
View file @
265fcb4b
...
...
@@ -64,7 +64,7 @@ if mobs.mod and mobs.mod == "redo" then
mobs
:
spawn_specific
(
"mobs_pumpking:pumpking"
,
{
"default:dirt_with_grass"
,
"default:dirt"
},
{
"air"
},
-
1
,
6
,
30
,
7000
,
1
,
l_spawn_elevation_min
,
31000
-
1
,
6
,
30
,
7000
0
,
1
,
l_spawn_elevation_min
,
31000
)
mobs
:
register_egg
(
"mobs_pumpking:pumpking"
,
"Pumpkin King"
,
"pumpking.png"
,
1
)
...
...
mobs_senderman/init.lua
View file @
265fcb4b
...
...
@@ -43,7 +43,7 @@ if mobs.mod and mobs.mod == "redo" then
mobs
:
spawn_specific
(
"mobs_senderman:senderman"
,
{
"default:dirt_with_grass"
,
"default:dirt"
,
"default:desert_sand"
,
"ethereal:green_dirt_top"
},
{
"air"
},
-
1
,
3
,
30
,
7000
,
1
,
l_spawn_elevation_min
,
31000
-
1
,
3
,
30
,
7000
0
,
1
,
l_spawn_elevation_min
,
31000
)
mobs
:
register_egg
(
"mobs_senderman:senderman"
,
"Spawn Senderman"
,
"senderman_egg.png"
,
0
)
...
...
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