Started by
Falkspyro
on
Topic category: Help with Minecraft modding (Java Edition)
I want to make a condition for my mob. I've been having difficulties involving tamed mobs attacking each other, is there a way to make a condition that'll make the passive toward other tamed mobs.
Edited by Falkspyro on Thu, 07/28/2022 - 18:12
For a lot of ai tasks you can create conditions, just double-click the "Conditions: 00" on the block.
https://imgur.com/HQobaUX
Make a procedure and use the logic "return" block(found in flow control tab, the 6th one). Don't just return "true" or "false", use a nbt tag or variable instead.