Started by
braelin777
on
Topic category: Help with Minecraft modding (Java Edition)
Hey guys! Hope everyone is having a good night or day! I'm having a lil problem with my mob. So he's a flying boss mob, with a blaze mob base. Long story short I want to make him shoot faster, and maybe make the fireballs explode on impact. I did some tests, and blazes shoot 3 fireballs at once every 8-9 seconds, and I want my mob to fire one per 2 seconds or something like that. I've been tryna mess around with procedures and events for 4 hours now, to no avail. Anyone wanna help? Thanks in advance.
thanks bro ill try it out
nice start
it looks like it's firing arrows way too often
i don't think you should use variables as a timer because in my experience variables update instantly
there is a procedure block in the "Flow control" section, at the very bottom, for waiting
if you want to make it wait 2 seconds between each shot, set it to 40 ticks
add this procedure to when the boss is spawned, then it would go something like, while boss is alive, wait 40 ticks on server side, then shoot fireball
it should work if you use the watch closest entity of type player thing
i dont have access to that block, as i am in 2020.5. i domt want to update either
why don't you wanna update
also did you test the mod to see if it works with the target entity thing
bc when i update to a newer version, it messed up my dimensions. it spawns only one island, and spawns the same island for every new world i make. look at my post about my dimension terrain and you’ll see sorta what it looks like. even if i create a brand new world, it still spawns the same exact island every single time, and there’s only one island.
and im gonna test that out and work on it inna little bit and i’ll lyk how it goes
Just try the variable one or the randomized one, see if that works and if it doesn't then try using the method to fix the same dimension terrian, and otherwise, you might have to update Mcreator. Good luck tho!