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
6876fba0
Commit
6876fba0
authored
Dec 23, 2016
by
Tai Kedzierski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
restore normal defaults
parent
441964a7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
init.lua
init.lua
+2
-2
No files found.
init.lua
View file @
6876fba0
...
...
@@ -8,10 +8,10 @@ dofile(minetest.get_modpath("dmobs").."/api.lua")
-- Enable dragons (disable to remove tamed dragons and dragon bosses)
dmobs
.
dragons
=
minetest
.
setting_getbool
(
"dmobs.dragons"
)
or
false
dmobs
.
regulars
=
minetest
.
setting_getbool
(
"dmobs.regulars"
)
or
fals
e
dmobs
.
regulars
=
minetest
.
setting_getbool
(
"dmobs.regulars"
)
or
tru
e
-- Enable fireballs/explosions
dmobs
.
destructive
=
minetest
.
setting_getbool
(
"dmobs.destructive"
)
or
tru
e
dmobs
.
destructive
=
minetest
.
setting_getbool
(
"dmobs.destructive"
)
or
fals
e
-- Timer for the egg mechanics
dmobs
.
eggtimer
=
tonumber
(
minetest
.
setting_get
(
"dmobs.eggtimer"
)
)
or
100
...
...
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