Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dmobs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Illuna-Minetest
dmobs
Commits
488d133c
Commit
488d133c
authored
8 years ago
by
D00Med
Browse files
Options
Downloads
Patches
Plain Diff
Enable dragons by default
parent
bf06b6c7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
init.lua
+4
-1
4 additions, 1 deletion
init.lua
with
4 additions
and
1 deletion
init.lua
+
4
−
1
View file @
488d133c
...
...
@@ -7,7 +7,10 @@ dmobs = {}
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
.
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
-- Enable fireballs/explosions
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment