-
Notifications
You must be signed in to change notification settings - Fork 1
[Version 4.0] Ghast
Insane96 edited this page Jan 24, 2023
·
2 revisions
Ghasts have a specific modifiable property that changes the explosion power of their fireballs.
Those should work for other mods' ghasts too if they inherit from the vanilla ghast.
That's a list of all the keys available for the ghast
object, all the values are optional. The ghast object on a mob that's not a ghast will do nothing.
-
ghast
-
explosion_power
: Range Object that changes ghasts' fireball explosion power. Vanilla is 1.
-
This example makes ghasts fireballs have an explosion power of 2.
{
"mob_id": "minecraft:ghast",
"ghast": {
"explosion_power": 2
}
}