[Modpack] Spawners [spawners]

User avatar
SaKeL
Member
Posts: 742
Joined: Tue Apr 14, 2015 18:39
GitHub: JurajVajda
IRC: SaKeL
In-game: SaKeL

[Modpack] Spawners [spawners]

by SaKeL » Post

Spawners Modpack

This MOD for Minetest adds multiple spawner blocks. There ara no ABM's used and this modpack is developed with focus on the best multiplayer online server performace.

Easy to implement new mob mods just look in to config.lua.

Currently it works with Mobs Redo and Creatures. (Easy to add more mobs mods, just look in to config.lua)

NOTE: Pyramids mod is not included/supported anymore!

YouTube video v0.1 Minetest - spawners Mod

Spawners Ores

This MOD for Minetest let the player craft ore Spawners. Ores are spawning randomly in a short intervals and you get 10% more ores from inputed ingots. Ores are spawning only in default:stone so make sure there is one around. This MOD is giving the option of creating lumps back from ingots.

Image

Mod dependencies
* default
* xpanes?
* fire?

Spawners Mobs

This MOD for Minetest let the player craft Mob Spawners. Mobs are spawning randomly in a short intervals. This MOD is giving the option of creating mob farms and mob grinders.

Image

Image

Mod dependencies
* default
* fire?
* xpanes?
* mobs?
* creatures?
* bones?

fake_fire, xpanes for recipes

bones are for mob drops only

Spawners Environmental

This MOD for Minetest adds environmental spawners to the map. When enabled, the spawners will be added to newly generated Dungeons (Uruk Hai) and Temples (Spider). They are dropping a real mob spawner by chance (very small chance).

Image

Mod dependencies
* default

Download
browse code: https://bitbucket.org/minetest_gamers/s ... rc/master/
download zip: https://bitbucket.org/minetest_gamers/s ... =downloads

License
Image
Attachments
screenshot_20180106_220713.jpg
screenshot_20180106_220713.jpg (522.17 KiB) Viewed 3179 times
Last edited by SaKeL on Mon Aug 19, 2019 19:53, edited 29 times in total.

User avatar
SaKeL
Member
Posts: 742
Joined: Tue Apr 14, 2015 18:39
GitHub: JurajVajda
IRC: SaKeL
In-game: SaKeL

Re: [Mod] Spawners

by SaKeL » Post

Updated to v0.2 - see the changelog

User avatar
Nathan.S
Member
Posts: 1147
Joined: Wed Sep 24, 2014 17:47
GitHub: NathanSalapat
IRC: NathanS21
In-game: NathanS21
Location: Bigsby Texas
Contact:

Re: [Mod] Spawners [0.2] [spawners]

by Nathan.S » Post

Nice work
I record Minetest videos, Mod reviews, Modding tutorials, and Lets plays.
Check out my website, and brand new Minetest Modding Course

User avatar
SaKeL
Member
Posts: 742
Joined: Tue Apr 14, 2015 18:39
GitHub: JurajVajda
IRC: SaKeL
In-game: SaKeL

Re: [Mod] Spawners [0.2] [spawners]

by SaKeL » Post

Thanks Nathan ;)

User avatar
Krock
Developer
Posts: 4648
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker
Location: Switzerland
Contact:

Re: [Mod] Spawners [0.2] [spawners]

by Krock » Post

Not an original idea but how you realized it as a mod - wow, well done!
It's great to see that you took the time to create those animations and a youtube video too :)
Look, I programmed a bug for you. >> Mod Search Engine << - Mods by Krock - DuckDuckGo mod search bang: !mtmod <keyword here>

User avatar
SaKeL
Member
Posts: 742
Joined: Tue Apr 14, 2015 18:39
GitHub: JurajVajda
IRC: SaKeL
In-game: SaKeL

Re: [Mod] Spawners [0.2] [spawners]

by SaKeL » Post

Thanks Krock, this is my firs MOD and first time in LUA programming so i wanted to make it nice ...lol
Always missed some solid MOD for spawners and i was waiting long enough for it... so here it is ;)

User avatar
SaKeL
Member
Posts: 742
Joined: Tue Apr 14, 2015 18:39
GitHub: JurajVajda
IRC: SaKeL
In-game: SaKeL

Re: [Mod] Spawners [0.2] [spawners]

by SaKeL » Post

Updated to v0.3 - see the changelog

User avatar
SaKeL
Member
Posts: 742
Joined: Tue Apr 14, 2015 18:39
GitHub: JurajVajda
IRC: SaKeL
In-game: SaKeL

Re: [Mod] Spawners [0.4] [spawners]

by SaKeL » Post

NEW version 0.4 is out
If you know that feeling when you end up with full stacks of ingots and then you need a lump for recipe (or whatever else) and you don't have any this will be your solution! NEW ore spawners (gold, iron and copper) will spawn stone with ore if there is an default stone around. Just put the right ingot in the right spawner and wait for spawner to do its work. There is something extra, you have a chance that 2 ores get spawned from 1 ingot. See the changelog for more info. Enjoy.

Image

0.4
  • NEW added ore spawners - iron, gold and copper
  • ore spawners have chance to spawn 2 ores from 1 ingot
  • ore spawners have formspec
  • new sounds for ore spawners
  • added particle effect for ore spawners
  • re-done all textures from scratch (mob and ore spawners)
  • adjusted mob spawners ABM
  • added maximum stacked items to 1
  • mob spawners fixed name conflicts in config file warthog vs. pumba
Attachments
ore spawners
ore spawners
screenshot_20160203_215142.jpg (187.68 KiB) Viewed 3179 times
Last edited by SaKeL on Sat Mar 05, 2016 19:02, edited 2 times in total.

User avatar
SaKeL
Member
Posts: 742
Joined: Tue Apr 14, 2015 18:39
GitHub: JurajVajda
IRC: SaKeL
In-game: SaKeL

Re: [Mod] Spawners [0.4] [spawners]

by SaKeL » Post

If someone know about a way how to set max stack for node i would really appreciate it ! (so not 99 stacks together but only 1 at all times)

User avatar
Nathan.S
Member
Posts: 1147
Joined: Wed Sep 24, 2014 17:47
GitHub: NathanSalapat
IRC: NathanS21
In-game: NathanS21
Location: Bigsby Texas
Contact:

Re: [Mod] Spawners [0.4] [spawners]

by Nathan.S » Post

I believe you need to add stack_max to the node definition.
I record Minetest videos, Mod reviews, Modding tutorials, and Lets plays.
Check out my website, and brand new Minetest Modding Course

User avatar
SaKeL
Member
Posts: 742
Joined: Tue Apr 14, 2015 18:39
GitHub: JurajVajda
IRC: SaKeL
In-game: SaKeL

Re: [Mod] Spawners [0.4] [spawners]

by SaKeL » Post

That works on the nodes also? Though that is only for items/tools. I will double check, thanks.

User avatar
SaKeL
Member
Posts: 742
Joined: Tue Apr 14, 2015 18:39
GitHub: JurajVajda
IRC: SaKeL
In-game: SaKeL

Re: [Mod] Spawners [0.4] [spawners]

by SaKeL » Post

Thanks Nathan it worked, i have never tried it because it was mentioned only for items on the wiki page and note for nodes. Added it to this release.

User avatar
Nathan.S
Member
Posts: 1147
Joined: Wed Sep 24, 2014 17:47
GitHub: NathanSalapat
IRC: NathanS21
In-game: NathanS21
Location: Bigsby Texas
Contact:

Re: [Mod] Spawners [0.4] [spawners]

by Nathan.S » Post

Glad to help, actually kinda surprised I was right, as I didn't check any references and left that comment while at work and far away from my computer.
I record Minetest videos, Mod reviews, Modding tutorials, and Lets plays.
Check out my website, and brand new Minetest Modding Course

User avatar
SaKeL
Member
Posts: 742
Joined: Tue Apr 14, 2015 18:39
GitHub: JurajVajda
IRC: SaKeL
In-game: SaKeL

Re: [Mod] Spawners [0.4] [spawners]

by SaKeL » Post

Well then you just nailed it ;)

User avatar
SaKeL
Member
Posts: 742
Joined: Tue Apr 14, 2015 18:39
GitHub: JurajVajda
IRC: SaKeL
In-game: SaKeL

Re: [Mod] Spawners [0.4] [spawners]

by SaKeL » Post

UPDATE
  • added screenshot image for in-game mod tab
  • added description for in-game mod tab
  • icluded Pyramids Mod as an optional dependency

User avatar
SaKeL
Member
Posts: 742
Joined: Tue Apr 14, 2015 18:39
GitHub: JurajVajda
IRC: SaKeL
In-game: SaKeL

Re: [Mod] Spawners [0.5] [spawners]

by SaKeL » Post

UPDATE v0.5
  • new mobs redo sheep textures
  • added mobs redo spider spawner
  • added oerrki spawner for creatures mod
  • added screenshot and description for MODs in-game tab
  • added pyramids mod to optional dependencies
If you are using older version of mobs redo then the new sheep texture will not show correctly!
Last edited by SaKeL on Sat Feb 20, 2016 02:42, edited 1 time in total.

User avatar
xeranas
Member
Posts: 162
Joined: Fri Feb 05, 2016 11:06

Re: [Mod] Spawners [0.5] [spawners]

by xeranas » Post

From youtube video you mentioned that some light needed for spawner to be active. Is this requirement is for all kinds of spawners or just for pasive mobs? Btw, nice work!

User avatar
SaKeL
Member
Posts: 742
Joined: Tue Apr 14, 2015 18:39
GitHub: JurajVajda
IRC: SaKeL
In-game: SaKeL

Re: [Mod] Spawners [0.5] [spawners]

by SaKeL » Post

Indeed, only for mobs spawners what have set

Code: Select all

night_only=false
in the config.lua file, thus the mobs will spawn only during the day...or you can 'fake' a day by putting some light source close to the spawner ;)

On other hand if you set

Code: Select all

night_only=true
in config file, then you need 'dark' for the spawner to work, thus mobs will spawn in the night only, unless you put them in the dark room somewhere.

Both of the mentioned above works only for mob spawners. Ore spawners spawning anytime, anywhere until they have enough Ingots in them and of course stone around where they can spawn the ore in to.

And Thanks ;)
Last edited by SaKeL on Fri Feb 19, 2016 19:23, edited 1 time in total.

User avatar
azekill_DIABLO
Member
Posts: 7507
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO
Location: OMICRON
Contact:

Re: [Mod] Spawners [0.5] [spawners]

by azekill_DIABLO » Post

looks really nice and usefull! good job!
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!

User avatar
SaKeL
Member
Posts: 742
Joined: Tue Apr 14, 2015 18:39
GitHub: JurajVajda
IRC: SaKeL
In-game: SaKeL

Re: [Mod] Spawners [0.5] [spawners]

by SaKeL » Post

Thanks, have fun with it !

User avatar
SaKeL
Member
Posts: 742
Joined: Tue Apr 14, 2015 18:39
GitHub: JurajVajda
IRC: SaKeL
In-game: SaKeL

Re: [Mod] Spawners [0.5.1] [spawners]

by SaKeL » Post

UPDATE v0.5.1
  • Added mobs redo stone monster spawner.
Spawners and some other Mods for Minetest became a separate project therefore all previous releases were removed :/ Starting from Spawners v0.5.1 as an initial version. If you are a developer what likes to actively contribute to one of the Mods in the project, perhaps add some more, don't hesitate to contact me.

Enjoy.

Minetest Sam
Member
Posts: 98
Joined: Sat Nov 14, 2015 09:26

Re: [Mod] Spawners [0.5.1] [spawners]

by Minetest Sam » Post

Can you make this guy?
He will be like a black golem and will be called obsidian guard ( I have not thought of his name yet )
After he dies he will drop 3 diamonds and 5 obsidian
You can make his spawner too that will come handy in some Factions ( If possible )
And when you will right-click with an obsidian shard on the diamond it will spawn

Here is the link for how he will look when building it in MT : https://www.dropbox.com/s/fepajoqpbbjie ... 5.png?dl=0

And about MT textures I am not sure but I think this image looks nice:
https://www.dropbox.com/s/0dwqtiepw2noa ... m.jpg?dl=0

I hope you can make its MT textures

If you are thinking to make it then thanks and Good Luck :)

User avatar
SaKeL
Member
Posts: 742
Joined: Tue Apr 14, 2015 18:39
GitHub: JurajVajda
IRC: SaKeL
In-game: SaKeL

Re: [Mod] Spawners [0.5.1] [spawners]

by SaKeL » Post

nice idea, i could use my spawners for it instead since the MC spawning is not implemented in the ones im making right now. i will also need a 3d model and textures + animations for it. Now im a bit in the middle of new spawners release - added mummy mob (depends on mobs redo api) from pyramids and merging pyramids mod to spawners and creating a new type of spawners, after that when i have time i would like to focus more on the modeling part so maybe then ill have opportunity to think of a new golem model. ;)

User avatar
SaKeL
Member
Posts: 742
Joined: Tue Apr 14, 2015 18:39
GitHub: JurajVajda
IRC: SaKeL
In-game: SaKeL

Re: [Mod] Spawners [0.6] [spawners]

by SaKeL » Post

NEW version 0.6
Inherited BlockMen Pyramids. Pyramids can be spawned in desert and environmental spwaners are added. Environmental spawners are used for spawning inside of temples and dungeons (mapgen v6 default minetest game). - Thanks to BlockMen. These kind of spawners are very rarely dropping real mob spawners, in any other case they don't drop anything. Mummy mob was redone with mobs redo API and drops more interesting items.

Will be added today to SaKeL World Server.

Image

0.6
  • inherited BlockMen Pyramid mod, so now Spawners can spawn Pyramids in desert (mapgen v6)
  • spawning Pyramids work independently from BlockMen Pyramids mod (can be removed) but works also besides BlockMen Pyramid mod
  • added more various loot (default) in pyramids chests and higher up the chance of spawning more loot
  • added new environmental spawners
  • added generation of environmental spawners for default mapgen v6 temples and dungeons
  • addend new config parameter 'disable' for night_only attribute in config file
  • added new attribute 'env' in config file for defining environmental spawners
  • added settings.txt file for enable/disable new features (pyramids, mapgen spawners..)
  • fixed abm catch_up (disabled), now it works
Attachments
Spawners v0.6
Spawners v0.6
spawners_v0.6.jpg (105.87 KiB) Viewed 3179 times

User avatar
xeranas
Member
Posts: 162
Joined: Fri Feb 05, 2016 11:06

Re: [Mod] Spawners [0.6] [spawners]

by xeranas » Post

Strange, if I set both SPAWNERS_GENERATE and CHESTS_GENERATE to true it only generates spawners (but no chest).

Code: Select all

SPAWNERS_GENERATE = true
CHESTS_GENERATE = true
If I disable SPAWNERS_GENERATE (by setting it to false) chest generation then works. Tried on 0.4.14 MT.

Post Reply

Who is online

Users browsing this forum: Google [Bot] and 21 guests