Breaking a block and spawns 2 entities instead of 1

Started by IronNation on

Topic category: Help with modding (Java Edition)

Last seen on 15:50, 24. Jun 2024
Joined Jan 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Breaking a block and spawns 2 entities instead of 1

When i try to break a block that i made in Minecraft and it spawns 2 entities. I want it to spawn 1 entity but it does 2. How can i make it to  1 with procedures? i haven't found other sources for this bug.

Last seen on 02:39, 27. Jul 2024
Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
In the block trigger "when…
Sun, 01/28/2024 - 02:29

In the block trigger "when block destroyed by player" make it spawn that entity, though you will need to change a few values since they don't always spawn the way you would want. I don't quite understand how it's spawning 2 entitles, if you could show the procedure I might understand the problem. 

Last seen on 02:39, 27. Jul 2024
Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You do not need the repeat…
Sun, 01/28/2024 - 05:16

You do not need the repeat block, the spawn entity will already spawn the mob, all it does is let you repeat an action without making 40 of them in a row.

Last seen on 02:39, 27. Jul 2024
Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
do you have this inside the…
Fri, 02/09/2024 - 02:31

do you have this inside the block broken by player procedure too?

 

Last seen on 02:39, 27. Jul 2024
Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If you have this as both…
Fri, 02/09/2024 - 02:37

If you have this as both block broken, and the block break trigger in the block triggers tab it will do both