Started by
Steakpiper
on
Topic category: Help with Minecraft modding (Java Edition)
https://drive.google.com/file/d/13w0YatukH67QatDcFQ52JwK-WvFy0pC9/view?…
In this triggers, how to change damage trigger gives damage except other players? When I used this skill, other players get damage around me. plz tell me how to change it with screenshot
Edited by Steakpiper on Wed, 01/19/2022 - 02:49
Not seen your attachment but just use iterator procedure and if iterator not player
Can you give me screenshot? I cant understand what do u mean
Send me screenshot of your procedure and I will tell you how to fix it
problem.png (gyazo.com)
under "world data" at the very bottom there is a procedure block that can check if an entity is a player. maby try adding that to the procedure and see if it helps.
What is the name of block?
Dont know which trigger you are using since not shown but very simple:
if entity iterator not player
that's it
This is the procedure block i mentioned. top check for players just change "ageable entity" to "player"
https://drive.google.com/file/d/1cYjZEolH11wYZNzlUk1mISG0B0NOEfQt/view?…