summoning mobs

Started by juryhyperion951 on

Topic category: Help with Minecraft modding (Bedrock Edition)

Joined Jul 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
summoning mobs
Thu, 07/10/2025 - 04:21 (edited)

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
Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Just make a trigger "When…
Thu, 07/10/2025 - 05:59

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.