How do you do Horrific Levels of Damage

Started by HydroMalik on

Topic category: Help with Minecraft modding (Java Edition)

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do you do Horrific Levels of Damage

So I want to make a way to make my weapons do something like 1 billion damage, but I need to know how to make my own damage system and I have ZERO coding experience. How do I do this?

Joined Aug 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm not sure i understand…
Thu, 11/07/2024 - 17:38

I'm not sure i understand what your asking for. You want to recode the damage system? If so, that would be very difficult, even for an extremely experienced coder, and also would make your mod incompatible with just about every other mod ever. If your asking how to make your weapon do a lot of damage, you can just make a procedure that runs whenever an entity is hit with your weapon (in the triggers category of your weapon) and damage the entity you hit for as much hp as it has left. That's essentially doing infinite damage.