Skip to content

[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.

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.

Example

This example makes ghasts fireballs have an explosion power of 2.

{
    "mob_id": "minecraft:ghast",
    "ghast": {
        "explosion_power": 2
    }
}
Clone this wiki locally