How do I stop a Vanilla mob (like a creeper) from spawning?

Started by Ali107 on

Topic category: Help with modding (Java Edition)

Last seen on 14:00, 19. Apr 2024
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I stop a Vanilla mob (like a creeper) from spawning?

How do I stop Creepers from spawning in non-peaceful mode?

 

If it's beyond MCreator's limitations, then how do I stop it from dropping gunpowder?

Last seen on 22:41, 29. Dec 2021
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Global Trigger: Entity…
Mon, 11/23/2020 - 14:56

Global Trigger: Entity Spawns

If: [Entity is subtype: {Creeper}]

Do: [Despawn [Event/Target Entity]]

 

(This is a Procedure)