Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dmobs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Illuna-Minetest
dmobs
Commits
022b94bc
Commit
022b94bc
authored
Jan 19, 2019
by
Milan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
replace evil pig spawn with spawn_specific, make them passive again
parent
82ea2241
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
mobs/pig_evil.lua
mobs/pig_evil.lua
+2
-2
spawn.lua
spawn.lua
+2
-1
No files found.
mobs/pig_evil.lua
View file @
022b94bc
local
pigdef
=
{
type
=
"monster"
,
passive
=
fals
e
,
passive
=
tru
e
,
reach
=
3
,
damage
=
12
,
damage
=
6
,
attack_type
=
"explode"
,
explosion_radius
=
4
,
hp_min
=
62
,
...
...
spawn.lua
View file @
022b94bc
...
...
@@ -42,7 +42,8 @@ end
--mobs:register_spawn("dmobs:dragon", {"default:leaves","default:dirt_with_grass"}, 20, 10, 64000, 2, 31000)
mobs
:
register_spawn
(
"dmobs:pig_evil"
,
{
"group:leaves"
},
20
,
10
,
2000
,
510
,
2000
)
--name, nodes, neighbors, min_light, max_light, interval, chance, active_object_count, min_height, max_height
mobs
:
spawn_specific
(
"dmobs:pig_evil"
,
{
"group:leaves"
},
"air"
,
10
,
20
,
1
,
8000
,
1
,
510
,
2000
)
if
dmobs
.
dragons
then
--mobs:register_spawn("dmobs:dragon2", {"default:pine_needles"}, 20, 10, 64000, 2, 31000)
...
...
Write
Preview
Markdown
is supported
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