Difference between revisions of "Mobs"

From Minetest Wiki
Jump to navigation Jump to search
(added Mob Catching Ball)
(added lawyers from nether and EnderFreaks)
Line 18: Line 18:
 
*'''[[Mods/Mob framework|Mob framework]]''' [<code>[https://forum.minetest.net/viewtopic.php?id=629 mobf]</code>] includes sheep, cows, ostriches, vombies, slimes, blue/white fish, clownfish, wolves, boombombs, traders, gulls, chickens, rats, deer, big reds, oerkkis, archers and guards.
 
*'''[[Mods/Mob framework|Mob framework]]''' [<code>[https://forum.minetest.net/viewtopic.php?id=629 mobf]</code>] includes sheep, cows, ostriches, vombies, slimes, blue/white fish, clownfish, wolves, boombombs, traders, gulls, chickens, rats, deer, big reds, oerkkis, archers and guards.
 
**'''[[Mods/Vombie Spawner|Vombie Spawner!]]''' [<code>[https://forum.minetest.net/viewtopic.php?f=11&t=2764 Animalsmod]</code>] adds a spawner for use in arenas and whatnot.
 
**'''[[Mods/Vombie Spawner|Vombie Spawner!]]''' [<code>[https://forum.minetest.net/viewtopic.php?f=11&t=2764 Animalsmod]</code>] adds a spawner for use in arenas and whatnot.
 +
**'''[[Mods/EnderFreaks|EnderFreaks]]''' [<code>[https://forum.minetest.net/viewtopic.php?f=11&t=1708 enderfreaks]</code>] adds dark and slender freaks that phase shift in the sun. (based on Vombie code)
 
*'''[[Mods/Peaceful NPC|Peaceful NPC]]''' [<code>[https://forum.minetest.net/viewtopic.php?f=11&t=4167 peaceful_npc]</code>] includes random non-player characters that follow you
 
*'''[[Mods/Peaceful NPC|Peaceful NPC]]''' [<code>[https://forum.minetest.net/viewtopic.php?f=11&t=4167 peaceful_npc]</code>] includes random non-player characters that follow you
 
*'''[[Mods/NPC Framework|NPC Framework (modpack)]]''' [<code>[https://forum.minetest.net/viewtopic.php?f=9&t=7321 minetest-npcf]</code>] adds non-player characters of the type Info, Deco, Guard, Trader and Builder.
 
*'''[[Mods/NPC Framework|NPC Framework (modpack)]]''' [<code>[https://forum.minetest.net/viewtopic.php?f=9&t=7321 minetest-npcf]</code>] adds non-player characters of the type Info, Deco, Guard, Trader and Builder.
Line 39: Line 40:
 
*'''[[Mods/mobapi|Mob API]]''' [<code>[https://forum.minetest.net/viewtopic.php?f=9&t=9836 mobapi]</code>] provides the basic API of Simple Mobs without the mobs.
 
*'''[[Mods/mobapi|Mob API]]''' [<code>[https://forum.minetest.net/viewtopic.php?f=9&t=9836 mobapi]</code>] provides the basic API of Simple Mobs without the mobs.
 
*'''[[Mods/Mob Catching Ball|Mob Catching Ball]]''' [<code>[https://forum.minetest.net/viewtopic.php?f=9&t=10374 mccarball]</code>] A spherical device that, when placed next to a mob, captures and contains said mob. The player can then store it in their inventory. By placing the device somewhere the mob can be releaseed again.
 
*'''[[Mods/Mob Catching Ball|Mob Catching Ball]]''' [<code>[https://forum.minetest.net/viewtopic.php?f=9&t=10374 mccarball]</code>] A spherical device that, when placed next to a mob, captures and contains said mob. The player can then store it in their inventory. By placing the device somewhere the mob can be releaseed again.
 +
*'''[[Mods/Nether|Nether]]''' [<code>[https://forum.minetest.net/viewtopic.php?f=9&t=5790 nether]</code>] The forum page includes a link to a lawyer mob that runs if the simple mobs mod by PilzAdam is run.
 +
 
== Notes and references ==  
 
== Notes and references ==  
  

Revision as of 09:38, 11 November 2014

Mobs – short for mobiles[1] – consist in peaceful or hostile creatures, generally spawned randomly in the game world depending on lighting, height and spawning block conditions. Some of them may drop more or less precious items.

They are not part of the vanilla Minetest game and are currently only available through Mods.

Mods that add mobs

Other mods (containing mobs)

Other mods (without mobs)

  • Mob API [mobapi] provides the basic API of Simple Mobs without the mobs.
  • Mob Catching Ball [mccarball] A spherical device that, when placed next to a mob, captures and contains said mob. The player can then store it in their inventory. By placing the device somewhere the mob can be releaseed again.
  • Nether [nether] The forum page includes a link to a lawyer mob that runs if the simple mobs mod by PilzAdam is run.

Notes and references

  1. Mob (video gaming) on Wikipedia