Started by
Tamaz3
on
Topic category: Advanced modding
Hello, I need some help with modding.
I want to make a spell, that slows every undead mob (and Illager) around you, in a 2 block radius.
How can I make it?
Topic category: Advanced modding
Hello, I need some help with modding.
I want to make a spell, that slows every undead mob (and Illager) around you, in a 2 block radius.
How can I make it?
I only have problems with the area effect, and the targeting of undead and illagers
Use "for each Entity as entity Iterator in square size [number] do" procedure block and detect if the Entity Is undead and illager
Thanks :D