Started by Mopru on Mon, 06/26/2023 - 16:55 Topic category: Help with Minecraft modding (Java Edition) How can I make a global trigger that checks if an entity is attacked by a weapon. Jump to top Global trigger: "Before entity is hurt" If (Item in main hand of (Source entity) is the same as (Your weapon)) Then do whatever you want with the Event/target entity Jump to top Permalink Log in or register to post comments
Global trigger: "Before entity is hurt" If (Item in main hand of (Source entity) is the same as (Your weapon)) Then do whatever you want with the Event/target entity Jump to top Permalink Log in or register to post comments
Global trigger: "Before entity is hurt"
If (Item in main hand of (Source entity) is the same as (Your weapon))
Then do whatever you want with the Event/target entity