Started by
Steve381489
on
Topic category: Help with MCreator software
Is it possible to create an energy pulse in Mcreator? This energy pulse would work like this. When you click on a key on your keyboard, it generates an energy pulse that expands and causes damage to nearby entities (It doesn't break any blocks). I'll put an illustrative image of how it can work.https://imgur.com/2MeMA6a
visual display would probably involve particles, and you'd have to spawn it in a sphere which requires a lot of math and i haven't figure out how to do it yet, and it would keep increasing the radius, and if the mob is in the block that the particle is occupying it would damage the mob
alternatively maybe you could spawn entities, and give them special IDs as an NBT variable, and then use this ID to decide what direction it is going to be launched in on spawn, and then make it damage mobs that touch it, and despawn on contact with a block or mob