Minecraft fireball may refer to ghast fireball. The fireball attack of the ghast has a straight trajectory unaffected by gravity and a theoretically infinite range, even though it disappears after 1 minute. They do not track the player once fired, are slow, and are able to be deflected if the player hits them with a projectile, fishing lure or melee attack. At close range, this one is one of the strongest mob attacks in the game, fourth only to the explosion of a creeper, the melee attack of an iron golem, and the explosion of a water.
How to summon Minecraft fireball 1.15? If you want to run the game commands in Minecraft, you have to turn the cheats on in your world. In order to summon command in Minecraft 1.15, the syntax to summon a fireball using the /summon command is:
/summon fireball <pos> <nbt>
For example:
/summon fireball ~ ~1 ~ {direction: [0.0,0.0,0.0]}
If you want to know the other ones, here is the detail.
Summon command (Java)
Summon command in Minecraft Java Edition (PC/Mac)
- In Minecraft Java Edition (PC/Mac) 1.16, the syntax to summon a fireball using the /summon command is:
/summon fireball [pos] [nbt]
- However, you need to provide the direction NBT tag or the command will not work:
/summon fireball ~ ~ 1 ~ {direction: [0.0,0.0,0.0]}
Pos is needed. This one is the x y z coordinate where the fireball should spawn.
Nbt refers to a compound NBT tag (used to be called data tag) that sets a property for the fireball such as {ExplosionPower:4}.
Example (Java)
Example in Minecraft Java Edition (PC/Mac) 1.16
- In order to summon a fireball in Minecraft:
/summon fireball
- In order to summon a fireball that has an Explosion Power of 4:
/summon fireball ~ ~1 ~ {ExplosionPower: 4}
- In order to summon a fireball that has an Explosion Power of 4 and moves East at an initial velocity of 3.0:
/summon fireball ~ ~1 ~ {ExplosionPower:4, Motion: [3.0,0.0,0.0]}
- In order to summon a fireball that has Explosion Power of 4:
/summon fireball ~ ~1 ~ {ExplosionPower: 4, direction: [0.0,0.0,0.0]}
- In order to summon a fireball that has Explosion Power of 4 and moves East at an initial velocity of 3.0:
/summon fireball ~ ~1 ~ {ExplosionPower: 4, direction: [3.0,0.0,0.0]}
How to enter the command? The first thing that you have to do is to open the chat window. The easiest method to run a command in the game is within the chat window. Keep in mind that the game control to open it depends on the version of Minecraft. Then, type the command. Please type the command in the chat window. As you are typing, you will be able to see the command appear in the lower left corner of the game window. Please press the Enter key to run the command. Once the cheat has been entered, the fireball will spawn and appear in your world. You will be able to see the message “Summoned new Fireball” show up in the lower left of the game window to indicate that the fireball has been summoned.