energy pulse

Started by Steve381489 on

Topic category: Help with MCreator software

Last seen on 23:41, 12. Sep 2023
Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
energy pulse

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

Last seen on 15:44, 30. Jul 2024
Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
visual display would…
Thu, 05/12/2022 - 15:23

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