Skip to content
PilzAdam edited this page Sep 21, 2012 · 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 "reaload" time. This is for most weapons 1 second. After the reload time the player can punch again.

List of mobs

Hostile mobs

Friendly mobs

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