Started by
HeroGamer
on
Topic category: Help with Minecraft modding (Java Edition)
How do I make a movement detector (a block that recognizes a mob inside 3 blocks)
Edited by HeroGamer on Tue, 01/28/2025 - 18:33
Topic category: Help with Minecraft modding (Java Edition)
How do I make a movement detector (a block that recognizes a mob inside 3 blocks)
On the block's tick update (make sure the block is ticking)
if - Does entity exist at [x y z] in a square cube with size [3] of type [mob]
do -
You can find it in World Procedures / Data