mob mod for singleplayer
mob mod for singleplayer
I would like any suggestions for a mob-mod that works with relative ease. I have tried all of the popular ones and have had no success in seeing any mobs around my world. I may or may not have installed them correctly.
So if you could suggest a good mod and how I can install/check to see if the mobs are actually spawning, that would be great.
I eventually hope to have a little zombie apocalypse world going. As I feel minetest is an adequate tool to emulate such a world.
Thanks in advance.
Edit: I have the latest version 0.4.4 (I believe) and running on windows OS
So if you could suggest a good mod and how I can install/check to see if the mobs are actually spawning, that would be great.
I eventually hope to have a little zombie apocalypse world going. As I feel minetest is an adequate tool to emulate such a world.
Thanks in advance.
Edit: I have the latest version 0.4.4 (I believe) and running on windows OS
Last edited by axlrose08 on Thu Jan 17, 2013 15:05, edited 1 time in total.
https://github.com/jojoa1997/peaceful_npc
Here is my peaceful_npc mod. It works well and if you want to spawn them using a command or a summoner you have to grant yourself the "peacefulnpc" priv.
/grant singleplayer peacefulnpc
Here is my peaceful_npc mod. It works well and if you want to spawn them using a command or a summoner you have to grant yourself the "peacefulnpc" priv.
/grant singleplayer peacefulnpc
Coding;
1X coding
3X debugging
12X tweaking to be just right
1X coding
3X debugging
12X tweaking to be just right
- kaeza
- Moderator
- Posts: 2162
- Joined: Thu Oct 18, 2012 05:00
- GitHub: kaeza
- IRC: kaeza diemartin blaaaaargh
- In-game: kaeza
- Location: Montevideo, Uruguay
- Contact:
I think he means hostile NPCs.
Though your peaceful_npc mod could easily be modified to make them hostile.
Though your peaceful_npc mod could easily be modified to make them hostile.
Your signature is not the place for a blog post. Please keep it as concise as possible. Thank you!
Check out my stuff! | Donations greatly appreciated! PayPal
Check out my stuff! | Donations greatly appreciated! PayPal
Thanks I'll give this a try, although I do want a hostile mob also, this will at the least get me familiar with how it all works.jojoa1997 wrote:https://github.com/jojoa1997/peaceful_npc
Here is my peaceful_npc mod. It works well and if you want to spawn them using a command or a summoner you have to grant yourself the "peacefulnpc" priv.
/grant singleplayer peacefulnpc
- kaeza
- Moderator
- Posts: 2162
- Joined: Thu Oct 18, 2012 05:00
- GitHub: kaeza
- IRC: kaeza diemartin blaaaaargh
- In-game: kaeza
- Location: Montevideo, Uruguay
- Contact:
Well then, try againjojoa1997 wrote:No I already tried

Your signature is not the place for a blog post. Please keep it as concise as possible. Thank you!
Check out my stuff! | Donations greatly appreciated! PayPal
Check out my stuff! | Donations greatly appreciated! PayPal
I have the sapier animals mod but it doesnt seem to do anything, I cant give myself a spawn egg item, I wait to see if they randomly spawn and still nothing. It's weird...
I will assume I am doing something wrong, as this mod has yielded no results either. I have unzipped it, placed it in mod/minetest. I have yet to find a way to make these work, and instructions I have found on google haven't been very specific
Forgive my noobines.
I couldn't even use the /grant singleplayer peacefulnpc as it said it was an invalid priv
I will assume I am doing something wrong, as this mod has yielded no results either. I have unzipped it, placed it in mod/minetest. I have yet to find a way to make these work, and instructions I have found on google haven't been very specific

Forgive my noobines.
I couldn't even use the /grant singleplayer peacefulnpc as it said it was an invalid priv
Last edited by axlrose08 on Thu Jan 17, 2013 15:57, edited 1 time in total.
- kaeza
- Moderator
- Posts: 2162
- Joined: Thu Oct 18, 2012 05:00
- GitHub: kaeza
- IRC: kaeza diemartin blaaaaargh
- In-game: kaeza
- Location: Montevideo, Uruguay
- Contact:
It took some time for me to find some animals.
Vombies appear at night in areas with low light level.
Dungeon Masters appear in, well, dungeons
Vombies appear at night in areas with low light level.
Dungeon Masters appear in, well, dungeons

Your signature is not the place for a blog post. Please keep it as concise as possible. Thank you!
Check out my stuff! | Donations greatly appreciated! PayPal
Check out my stuff! | Donations greatly appreciated! PayPal
- kaeza
- Moderator
- Posts: 2162
- Joined: Thu Oct 18, 2012 05:00
- GitHub: kaeza
- IRC: kaeza diemartin blaaaaargh
- In-game: kaeza
- Location: Montevideo, Uruguay
- Contact:
Just give it some time. Explore the world. You'll eventually find some animals.
Your signature is not the place for a blog post. Please keep it as concise as possible. Thank you!
Check out my stuff! | Donations greatly appreciated! PayPal
Check out my stuff! | Donations greatly appreciated! PayPal
First NPCs spawn naturally. Second thatnpriv is so people can't crash servers. Try spawning around 50 in one spot all at once using a command. That is just an overload of info. Also I don't want others to grief places by putting tons of them in someone's house
Coding;
1X coding
3X debugging
12X tweaking to be just right
1X coding
3X debugging
12X tweaking to be just right
- kaeza
- Moderator
- Posts: 2162
- Joined: Thu Oct 18, 2012 05:00
- GitHub: kaeza
- IRC: kaeza diemartin blaaaaargh
- In-game: kaeza
- Location: Montevideo, Uruguay
- Contact:
Oh sorry, didn't read the edited post.
It seems either you installed the mod in the wrong location, or something is messed up in jojoa's mod.
Where did you install the mod?
It seems either you installed the mod in the wrong location, or something is messed up in jojoa's mod.
Where did you install the mod?
Your signature is not the place for a blog post. Please keep it as concise as possible. Thank you!
Check out my stuff! | Donations greatly appreciated! PayPal
Check out my stuff! | Donations greatly appreciated! PayPal
Code: Select all
npcs:register_spawn("peaceful_npc:npc", {"default:dirt_with_grass", "default:sand", "default:desert_sand", "default:desert_stone", "default:stone"}, 16, -1, 500, 2, 31000)
Code: Select all
function npcs:register_spawn(name, nodes, max_light, min_light, chance, mobs_per_100_block_radius, max_height)
Coding;
1X coding
3X debugging
12X tweaking to be just right
1X coding
3X debugging
12X tweaking to be just right
I unzipped it into this directory: minetest-0.4.4-win32\mod\minetestkaeza wrote:Oh sorry, didn't read the edited post.
It seems either you installed the mod in the wrong location, or something is messed up in jojoa's mod.
Where did you install the mod?
Most tutorials I have found use an older version of minetest so it's a mystery to me as to why it doesn't work by simply extracting it into the location
Who is online
Users browsing this forum: No registered users and 3 guests