Skip to content
PilzAdam edited this page Aug 25, 2014 · 18 revisions

This mod adds mobs to Minetest.

Minetest's damage system

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.

Settings

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.

List of mobs

Hostile mobs

Hostile mobs walk arround in the world and start to attack the player when they see him.

Friendly mobs

Friendly mobs walk arround in the world. They do not attack the player but some of them have useful features.

API

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.

Clone this wiki locally