Started by
proxerater
on
Topic category: Help with MCreator software
Hello all.
Just wondering how i could possibly make my creepers' explosion bigger, and more deadly?
thanks.
-prox
Topic category: Help with MCreator software
Hello all.
Just wondering how i could possibly make my creepers' explosion bigger, and more deadly?
thanks.
-prox
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>}