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
4c87d385
Commit
4c87d385
authored
Oct 17, 2018
by
Milan
Committed by
Milan
Oct 17, 2018
Browse files
Merge branch 'master' of
https://git.tchncs.de/Illuna-Minetest/mobs_more_monsters
into HEAD
parents
6c1229f8
b8f6952b
Changes
1
Hide whitespace changes
Inline
Side-by-side
mobs_zombie/init.lua
View file @
4c87d385
...
...
@@ -52,15 +52,15 @@ if mobs.mod and mobs.mod == "redo" then
{
"air"
},
-
1
,
7
,
30
,
10000
,
2
,
-
31000
,
31000
)
mobs
:
spawn_specific
(
"mobs_zombie:zombie_mini"
,
{
"default:stone"
,
"default:dirt_with_grass"
},
{
"air"
},
-
1
,
7
,
30
,
10000
,
2
,
-
31000
,
31000
)
--
mobs:spawn_specific("mobs_zombie:zombie_mini",
--
{"default:stone", "default:dirt_with_grass"},
--
{"air"},
--
-1, 7, 30, 10000, 2, -31000, 31000
--
)
mobs
:
register_egg
(
"mobs_zombie:zombie"
,
"Zombie"
,
"zombie_head.png"
,
0
)
-- mini zombie
if
ENABLE_MINI_ZOMBIE
then
--
if ENABLE_MINI_ZOMBIE then
mobs
:
register_mob
(
"mobs_zombie:zombie_mini"
,
{
type
=
"monster"
,
visual
=
"mesh"
,
...
...
@@ -103,7 +103,7 @@ if mobs.mod and mobs.mod == "redo" then
{
name
=
"mobs_zombie:rotten_flesh"
,
chance
=
1
,
min
=
1
,
max
=
1
,}
}
})
end
--
end
-- rotten flesh
minetest
.
register_craftitem
(
"mobs_zombie:rotten_flesh"
,
{
...
...
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