61 lines
2.3 KiB
Markdown
61 lines
2.3 KiB
Markdown
minetest mod mobs D00Med
|
|
=========================
|
|
|
|
This mod add dragons, pandas, fox, owl, and many more animals that can be loved or enemies!
|
|
|
|
![](screenshot.png)
|
|
|
|
Information
|
|
-----------
|
|
|
|
Some of those mobs are already in others mods.. like Dragon (nether), wasp (nssm/mobs_monster)
|
|
|
|
Dragon gems are dropped by the "boss" dragons ie: the wyvern, the water dragon, and the great dragon(red+black).
|
|
|
|
If you see a wasp, bee careful because it wasp probably spawned by the "king of sting", a huge wasp that will make nests and spawn more wasps. Golems sometimes drop their heads. you can use these to make a friendly golem, if you place one on top of two stone blocks. Foxes are sneaky, they will dig through fences if you try to trap them.
|
|
|
|
You must first place an egg in a "nest" made of lava, obsidian, cactus, or ice.
|
|
Then you can right click the egg with a gem(the purple one), and after a while the egg will change color. Then you have to right click it with the gem that matches the type of dragon in the egg.
|
|
|
|
* Red dragon - Lava nest - Fire gem
|
|
* Green dragon - Cactus nest - Poison gem
|
|
* Blue dragon - Ice nest - Ice gem
|
|
* Black dragon - Obsidian nest - Lightning gem
|
|
|
|
The nests are just the nodes above, surrounding the egg on all sides and underneath.
|
|
|
|
To get tame dragons you need to hatch them from eggs.
|
|
|
|
Technical info
|
|
--------------
|
|
|
|
This mod will added 10 megs of more media to yuor server game to need to downloaded by clients..
|
|
|
|
Please for more technical info about dragons read the [dragons.md](dragons.md) file.
|
|
|
|
There's an api for vehicles and mount, it forked little lib_mount lua api so can be outdated in future.
|
|
|
|
Models sources are in [projects](projects) directory of course in GIMP format.
|
|
|
|
### Depends
|
|
|
|
* default
|
|
* mobs
|
|
* wool
|
|
* farming (optional)
|
|
* ethereal (optional)
|
|
* caverealms (optional)
|
|
|
|
### Download
|
|
|
|
This is a fork that tries to rename the namespace to `mobs_doom` from `dmobs` o be in sync with mobs api from tenplus1.
|
|
|
|
It also try to be compatible with both 0.4 and 5.2 engines of minetest for minenux games. This fork can be downloaded
|
|
from https://codeberg.org/minenux/minetest-mod-mobs_doomed the original one is at https://github.com/minetest-mobs-mods/dmobs
|
|
|
|
## Authors & License
|
|
|
|
Thanks to D00Med, TenPlus1, blert2112, Grossam and taikedz
|
|
|
|
See [license.txt](license.txt)
|