Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Illuna-Minetest
dmobs
Commits
488d133c
Commit
488d133c
authored
Jan 17, 2017
by
D00Med
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable dragons by default
parent
bf06b6c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
init.lua
init.lua
+4
-1
No files found.
init.lua
View file @
488d133c
...
@@ -7,7 +7,10 @@ dmobs = {}
...
@@ -7,7 +7,10 @@ dmobs = {}
dofile
(
minetest
.
get_modpath
(
"dmobs"
)
..
"/api.lua"
)
dofile
(
minetest
.
get_modpath
(
"dmobs"
)
..
"/api.lua"
)
-- Enable dragons (disable to remove tamed dragons and dragon bosses)
-- Enable dragons (disable to remove tamed dragons and dragon bosses)
dmobs
.
dragons
=
minetest
.
setting_getbool
(
"dmobs.dragons"
)
or
false
dmobs
.
dragons
=
minetest
.
setting_getbool
(
"dmobs.dragons"
)
if
not
dmobs
.
dragons
=
nil
then
dmobs
.
dragons
=
true
end
dmobs
.
regulars
=
minetest
.
setting_getbool
(
"dmobs.regulars"
)
or
true
dmobs
.
regulars
=
minetest
.
setting_getbool
(
"dmobs.regulars"
)
or
true
-- Enable fireballs/explosions
-- Enable fireballs/explosions
...
...
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