Started by
Error6664866
on
Topic category: Help with MCreator software
As I mentioned in the title, how can I make any creature be knocked back 10 blocks when hit with an item called "bedrock_in_staff"?
Topic category: Help with MCreator software
As I mentioned in the title, how can I make any creature be knocked back 10 blocks when hit with an item called "bedrock_in_staff"?
global trigger: entity attacked, if the item in the main hand is "bedrock_in_staff", set velocity in the direction the player is facing multiplied by a number to get the needed effect.