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
c5bf909b
Commit
c5bf909b
authored
8 years ago
by
D00Med
Browse files
Options
Downloads
Patches
Plain Diff
Minor changes
parent
335fa84f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
depends.txt
+2
-1
2 additions, 1 deletion
depends.txt
init.lua
+5
-1
5 additions, 1 deletion
init.lua
with
7 additions
and
2 deletions
depends.txt
+
2
−
1
View file @
c5bf909b
default
mobs
\ No newline at end of file
mobs
wool
\ No newline at end of file
This diff is collapsed.
Click to expand it.
init.lua
+
5
−
1
View file @
c5bf909b
...
...
@@ -2,10 +2,12 @@ dmobs = {}
-- dmobs by D00Med
-- mounts api by blert2112
-- mounts api by
D00Med and lib_mount api by
blert2112
dofile
(
minetest
.
get_modpath
(
"dmobs"
)
..
"/api.lua"
)
--peaceful mobs setting
if
not
minetest
.
setting_getbool
(
"only_peaceful_mobs"
)
then
dofile
(
minetest
.
get_modpath
(
"dmobs"
)
..
"/baddies.lua"
)
end
...
...
@@ -13,6 +15,8 @@ end
-- Enable dragons (disable to remove tamed dragons and dragon bosses)
dmobs
.
dragons
=
true
--friendly mobs
mobs
:
register_mob
(
"dmobs:panda"
,
{
type
=
"animal"
,
passive
=
false
,
...
...
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