Started by
XXNiNjaGam1ng
on
Topic category: Help with Minecraft modding (Java Edition)
Hello
I'm trying to make a custom mob boss that after a certain time like a minute it would summon 5 custom mob entities that attack the play? I have tried multiple ways that ended up either not doing anything, spawns hundreds at once instantly or in a minute and keeps summoning, or stops everything except the player moving and even freezes mcreator.
If anyone knows how it would be greatly appreciated if you can help
thank you
Its not exactly the most efficient way probably, but wouldnt something like this work? Give the Boss entity a logic parameter (in entity - synced data)
https://i.imgur.com/TZhhKcp.png (I cant post the image normally for some reason)
Hello sorry to ask but with this procedure/ code where would i put it in the entity?
You could technically put it anywhere, but if you have a procedure with the rest of your boss logic, I think it'd be the best to put it there. If you dont have anything like that, then I think entity tick trigger should do
okay so just making sure that i have it all correct and i have the particle thing cuz looks cool ig lol but yeah is the code supposed to be like this and i have it in entities tick update in its trigger
https://imgur.com/a/mPtY4Pg
yeah that should work
yeah been trying and doesnt work lol but tysm anyways!! ill keep trying lol
damn, mb ig, does it not do anything at all? you should debug run it... (im sure there is an official debug method but i like to do my debugs my printing messages in game chat)
Hello sorry
the code did not do anything at all lol and sure I will
Thank you