Started by
drkitch
on
Topic category: Help with MCreator software
The title pretty much says it all. I'm wondering if it's possible to make an entity mad at the player if the player steps on a certain block.
If anyone knows how to do this, I would really be grateful.
Thanks.
Try to create a local level in the triggers of the block in question "When entity walks on a block" and in the AI creator of the mod put a condition "return- If local level * name * = true"
Thanks! I'll try that as best i can :D
I might not understand what you're saying exactly, but I can't seem to find anywhere where you say anything about actually making the entity mad at the target entity. Am I wrong?
If entity is on the block
give the entity an nbt tag.
Then in the entity fighting tasks make a condition so that if entity target has the tag to be true
return true.
Thanks! sorry I didn't understand what you meant before.