MobsInRadius not working as intended
Works:
- mobsInRadius{types=bear;amount=1to2;radius=10} false
Not working:
- mobsInRadius{types=bear,bear_polar;amount=1to2;radius=10} false
The reason why it doesn't work is because I added more than one mob on "types".
Doesn't work as intended:
NEW: mobsInRadius
mobsInRadius{types=X,Y;amount=minToMax;radius=#}