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
3c6b5f14
Commit
3c6b5f14
authored
Jun 22, 2016
by
Milan
Browse files
Green Slimes: only spawn on default:mossycobble and group:mushroom
parent
27351e25
Changes
1
Hide whitespace changes
Inline
Side-by-side
mobs_slimes/greenslimes.lua
View file @
3c6b5f14
...
...
@@ -115,17 +115,17 @@ else
end
--name, nodes, neighbors, min_light, max_light, interval, chance, active_object_count, min_height, max_height
mobs
:
spawn_specific
(
"mobs_slimes:green_big"
,
{
"default:
dirt_with_grass"
,
"default:junglegrass"
,
"default:mossycobble"
,
"ethereal:green_dirt_top
"
},
{
"default:
mossycobble"
,
"group:mushroom
"
},
{
"air"
},
4
,
20
,
30
,
10000
,
1
,
l_spawn_elevation_min
,
31000
)
mobs
:
spawn_specific
(
"mobs_slimes:green_medium"
,
{
"default:dirt_with_grass"
,
"default:junglegrass"
,
"default:mossycobble"
,
"
ethereal:green_dirt_top
"
},
{
"default:mossycobble"
,
"
group:mushroom
"
},
{
"air"
},
4
,
20
,
30
,
10000
,
2
,
l_spawn_elevation_min
,
31000
)
mobs
:
spawn_specific
(
"mobs_slimes:green_small"
,
{
"default:dirt_with_grass"
,
"default:junglegrass"
,
"default:mossycobble"
,
"
ethereal:green_dirt_top
"
},
{
"default:mossycobble"
,
"
group:mushroom
"
},
{
"air"
},
4
,
20
,
30
,
10000
,
3
,
l_spawn_elevation_min
,
31000
)
...
...
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