How could I make my creeper's explosion bigger?

Started by proxerater on

Topic category: Help with MCreator software

Last seen on 08:33, 15. Jul 2021
Joined Mar 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How could I make my creeper's explosion bigger?

Hello all.

Just wondering how i could possibly make my creepers' explosion bigger, and more deadly?

thanks.

-prox

Last seen on 00:30, 24. Aug 2023
Joined May 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Using the /entitydata…
Wed, 06/12/2019 - 18:00

Using the /entitydata command, you can achieve this by setting their ExplosionRadius to a higher number (15 or so is plenty bigger than normal)

You can achieve this with a single command: /entitydata @e[type=crepeer,<other tags>] {ExplosionRadius:<number>}