improve readme and information
This commit is contained in:
parent
c85fa38193
commit
eedef229d7
60
README.md
60
README.md
@ -1,6 +1,60 @@
|
||||
# D00Med's Mobs
|
||||
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
|
||||
|
||||
## Authors & License
|
||||
- See license.txt.
|
||||
See [license.txt](license.txt)
|
||||
|
13
dragons.md
13
dragons.md
@ -1,4 +1,12 @@
|
||||
D00Med's Mobs
|
||||
minetest mod mobs_doom
|
||||
======================
|
||||
|
||||
Main info at [Readme.md](README.md)
|
||||
|
||||
Dragon D00Med's Mobs
|
||||
-------------
|
||||
|
||||
![screenshot_red_dragon.png](screenshot_red_dragon.png)
|
||||
|
||||
How to Dragon
|
||||
|
||||
@ -25,3 +33,6 @@ Use the Use key to shoot fireballs when riding your new pet dragon.
|
||||
Press the forward key to fly to the direction you're looking
|
||||
|
||||
Enjoy !
|
||||
|
||||
Main info at [Readme.md](README.md)
|
||||
|
||||
|
BIN
screenshot.png
Normal file
BIN
screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 642 KiB |
BIN
screenshot_red_dragon.png
Normal file
BIN
screenshot_red_dragon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 888 KiB |
Loading…
x
Reference in New Issue
Block a user