Started by
RebelDroideka
on
Topic category: Help with MCreator software
I'd like to create a mod where certain structures spawn waves of monsters from time to time. These monsters would then seek out the nearest player and attack, somewhat like zombie sieges of vanilla villages. Is this "seek" mechanic doable without custom code? If so, where would I look to find the things I would need?
You mean progressive waves or more like spawning mobs every 10sec
For progressive you can make block that will be detecting custom variable when specific mob dies and after reaching defined amount it will spawn mobs
For the other one just make block that will spawn mobs on tick update
I think he mean like Pillages attacks of 1.14
Something like pillager attacks or zombie sieges, yes.
Basically, the structure would use a random number generator to decide how long it would be for the next attack, in days. When that time arrives, it would spawn several groups of mobs, which would then approach and attack the nearest player.
I think you should wait for MCreator for 1.14 for this, This will be quite hard to code in 1.12.2
MCreator is still not released yet and it will be after some months, Forge 1.14 might came out around the End of year (i think more) soooo
I might you will have to wait for a while
I mean MCreator for 1.13.2* is not released yet