-
Notifications
You must be signed in to change notification settings - Fork 18
Home
This mod adds mobs to Minetest.
The damage system in Minetest is more complex than just hold down the left mouse button. After the first punch your hand or weapon has a "reload" time. This is for most weapons 1 second. After the reload time the player can punch again.
When you add only_peaceful_mobs = true
to minetest.conf then all hostile mobs will despawn.
display_mob_spawn = true
will show you a message in the chat when a mob spawns.
Hostile mobs walk arround in the world and start to attack the player when they see him.
Friendly mobs walk arround in the world. They do not attack the player but some of them have useful features.
You can use the API of simple mobs in your own mods if you have it installed. The documentation of all functions you can use is here: API. See the init.lua file in the mod to have some examples of the usage.