Started by
DogeDogeMan
on
Topic category: Help with MCreator software
I am making a plague potion effect, but how do I make it spread? I want it to transfer to every mob in a 2 block radius of the infected mob, so how do I do that?
Edited by DogeDogeMan on Wed, 06/07/2023 - 08:33
Found this out by myself, but the [Get nearest entity] block helped me out. Here's how to do it for others:
[Get nearest entity at (x) (y) (z) in square cube with size (#) of type (Living Entity)]
Put a number for how infectious you want the disease to be in the # place.
Cool!