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
bf06b6c7
Commit
bf06b6c7
authored
Dec 27, 2016
by
D00Med
Committed by
GitHub
Dec 27, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13 from taikedz/dragonplus
remove conditional around first dragon
parents
a4521295
e17d4553
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
spawn.lua
spawn.lua
+2
-3
No files found.
spawn.lua
View file @
bf06b6c7
...
...
@@ -40,10 +40,9 @@ end
-- dragons
if
not
dmobs
.
dragons
then
mobs
:
register_spawn
(
"dmobs:dragon"
,
{
"default:leaves"
,
"default:dirt_with_grass"
},
20
,
10
,
64000
,
2
,
31000
)
mobs
:
register_spawn
(
"dmobs:dragon"
,
{
"default:leaves"
,
"default:dirt_with_grass"
},
20
,
10
,
64000
,
2
,
31000
)
else
if
dmobs
.
dragons
then
mobs
:
register_spawn
(
"dmobs:dragon2"
,
{
"default:pine_needles"
},
20
,
10
,
64000
,
2
,
31000
)
mobs
:
register_spawn
(
"dmobs:dragon3"
,
{
"default:acacia_leaves"
,
"default:dirt_with_dry_grass"
},
20
,
10
,
64000
,
2
,
31000
)
mobs
:
register_spawn
(
"dmobs:dragon4"
,
{
"default:jungleleaves"
},
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