Heal to child mobs not working.
I tried to use
-
heal{amount=5000} @EntitiesInRadius{r=8;conditions=[- isChild ]}
-
heal{amount=5000} @EntitiesInRadius{r=8;conditions=[- isChild{} true ]}
-
heal{amount=5000} @EntitiesInRadius{r=8;conditions=[- isChild{} ]}
but nothing works. What did i miss?