30 lines
587 B
Markdown
30 lines
587 B
Markdown
|
|
# crocodiles for mobs_redo
|
|
|
|
## Requirements
|
|
|
|
* Minetest >= 0.4.17
|
|
|
|
## Settings
|
|
|
|
### mobs_crocs.enable_walkers
|
|
|
|
these guys are spawned on land near water, they do not
|
|
float so they will not attack you if they happen to
|
|
stumble into the water (L.O.S. limitation*)
|
|
|
|
default: **true**
|
|
|
|
### mobs_crocs.enable_floaters
|
|
|
|
these guys are spawned in shallow water, they float so they
|
|
will follow you onto land to take a bite out of you
|
|
|
|
default: **true**
|
|
|
|
### mobs_crocs.enable_swimmers
|
|
|
|
these guys are spawned in shallow water, they do not float and
|
|
will attack you on sight.
|
|
|
|
default: **true**
|