Started by
PythonIsCool
on
Topic category: Help with MCreator software
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?
Topic category: Help with MCreator software
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?
The Get max possible damage of (Provided itemstack) block found in the Item procedures tab might be what you're looking for.
Ok thanks
Is there a way to do this for all items?
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.