Started by
Averagemcreato…
on
Topic category: Help with Minecraft modding (Java Edition)
Hello. I am trying to make a target dummy that tells us it's health in chat when we right click on it. how do I do that?
Topic category: Help with Minecraft modding (Java Edition)
Hello. I am trying to make a target dummy that tells us it's health in chat when we right click on it. how do I do that?
entity right clicked
send message to source entity
create text with: Dummy has
get event target entity health
show in action bar false
Thanks
Wdym Rex, i didn't find that