Started by
Xainyer
on
Topic category: Help with Minecraft modding (Java Edition)
I made a nether creeper and I can't get the explosion to have fire with it. Also, I'm using a custom model and I'm wanting the swelling animation to go with this mob, and I don't know how to do that.
Edited by Xainyer on Wed, 05/14/2025 - 23:49
One option could be to place some fire blocks on explosion
How would I do that?
I set the AI of the mob to be the same as a creeper, so I don't know how to edit its explosions.
Do custom explosion using procedures.
Like on tick update
if entity exists in cube size 4 of type player [
set ticks entity is frozen for to 10
wait 10 ticks then do [
despawn target entity
summon explosion of power 5
]
]
then just place fire