Hitting all critical hits

Started by PythonIsCool on

Topic category: Help with MCreator software

Last seen on 23:41, 3. Jun 2021
Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hitting all critical hits

In my jojo mod, I am making an item that when you use it it makes every attack that lands on the person you hit critical. Wheres the block to do this?

Last seen on 14:30, 2. Aug 2022
Joined Aug 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The Get max possible damage…
Sat, 11/14/2020 - 18:06

The Get max possible damage of (Provided itemstack) block found in the Item procedures tab might be what you're looking for.

Last seen on 23:41, 3. Jun 2021
Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok thanks
Sun, 11/15/2020 - 18:12

Ok thanks

Last seen on 23:41, 3. Jun 2021
Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is there a way to do this…
Fri, 11/20/2020 - 17:51

Is there a way to do this for all items?

You need to use …
Mon, 05/23/2022 - 18:56

You need to use "isvanillacritical" dependency. In Advanced tab, search for logic dependency, and write "isvanillacritical" there. If you check it (this dependency = True), you will be able to check if attack is critical or not.