Started by
juryhyperion951
on
Topic category: Help with Minecraft modding (Bedrock Edition)
i need it to summon a cow when it attacks, and here's my current code
"cat_stuff_yeah:customsword": {
"minecraft:attack": {
"damage": 10000
Edited by juryhyperion951 on Thu, 07/10/2025 - 04:21
Just make a trigger "When living entity is hit by tool" in tool's Triggers and put "Spawn entity at x: x y: y z: z" from World-Actions tab in main event trigger block.