update readme

master
ademant 2019-02-13 07:45:58 +01:00
parent 26a24e2fc2
commit cee6cace15
1 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,6 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
MOBS REDO for MINETEST
# MOBS REDO for MINETEST
Built from PilzAdam's original Simple Mobs with additional mobs by KrupnoPavel, Zeg9, ExeterDad and AspireMint.
@ -10,7 +11,7 @@ This mod contains the API only for adding your own mobs into the world, so pleas
https://forum.minetest.net/viewtopic.php?f=11&t=9917
Crafts:
## Crafts:
- Nametag (paper, black dye, string) can be used right-click on a tamed mob to give them a name.
- Nets can be used to right-click tamed mobs to pick them up and place inside inventory as a spawn egg.
@ -22,7 +23,8 @@ Crafts:
Lucky Blocks: 9
Changelog:
## Changelog:
- 1.49b (ademant) - add player based counter of killed mobs
- 1.49- Added mobs:force_capture(self, player) function, api functions now use metatables thanks to bell07
- 1.48- Add mobs:set_velocity(self, velocity) global function
- 1.47- Mob damage changes, min and max light level for damage added, ignition sources checked for lava damage