Crit Hits and Strength effect with deal damage block

Started by xiaokiq on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Crit Hits and Strength effect with deal damage block

Is there a way to make the deal damage block stack with strength effect and also make criticals do more additional damage other than it being the same on what value its set on deal damage

 

 

 

 

 

Joined Feb 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
1- no there is no way to…
Tue, 07/09/2024 - 06:52

1- no there is no way to make the damage deal block stack with strength effect 

 

2- about the critical you can make your hits have a chance to do critical hit and when its critical deals more damage

Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can check the level of…
Tue, 07/30/2024 - 19:43

You can check the level of strength that is currently applied to the entity, and add the damage to the deal damage block.

Each level of strength adds 3 damage to the attack, so you could do something like this: https://imgur.com/a/8u6OCRg

 

For the critical hit, you'll probably have to deal extra damage separately.