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
c5bf909b
Commit
c5bf909b
authored
Sep 08, 2016
by
D00Med
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor changes
parent
335fa84f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
depends.txt
depends.txt
+2
-1
init.lua
init.lua
+5
-1
No files found.
depends.txt
View file @
c5bf909b
default
mobs
\ No newline at end of file
mobs
wool
\ No newline at end of file
init.lua
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
,
...
...
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