1
0
mirror of https://codeberg.org/tenplus1/mobs_redo.git synced 2025-06-28 14:36:03 +02:00

re-enabled catch-up to spawn more mobs

This commit is contained in:
TenPlus1
2016-07-21 11:21:26 +01:00
parent 80ba7db8ba
commit 542cb3d474
2 changed files with 13 additions and 11 deletions

View File

@ -10,6 +10,14 @@ 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:
- 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.
- Magic Lasso is similar to nets but with a better chance of picking up larger mobs.
- Shears are used to right-click sheep and return 1-3 wool.
Changelog:
- 1.30- Added support for invisibility mod (mobs cant attack what they cant see), tweaked and tidied code