In Minecraft 1.7, there is /summon command, where people are able to summon mobs, entities, and other cool stuff to them or coordinates. What most people do not know is that you are able to put a DataTag on particular entities in order to give them certain items such as a zombie with complete diamond armor and make it awesome for adventure maps.
In general, you do /summon (x) (y) (z) or /summon and it will summon it at your coordinates. This one is such a cool way to get Ender Dragons in the Overworld, Ender Crystals, or fireballs. They are amazing. So, you have to type this command into your Minecraft chat (or copy and paste).
/summon Fireball ~ ~3 ~ {ExplosionPower:0,direction:[0.0,0.0,0.0]}
It will summon a fireball with 0 explosion power right above you. Now, you are able to change the explosion power to any number you want. Before doing so, keep in mind that it might be risky so please think about your PC. In fact, some computers can barely make it past a level 200 fireball without crashing. You are able to see the explosions with a level 1, 5, 10, 15, 30, 50, and 100 on a site called Planet Minecraft. For more information about it, please visit Planet Minecraft. This one is free and does not require sign in if you want to access it.
These followings are the information about how to summon fireballs in Minecraft.
The Summon command in Minecraft Java Edition (PC/Mac)
- In Minecraft Java Edition (PC/Mac) 1.16, the syntax to summon a ghast fireball using the /summon command is:
/summon fireball [pos] [nbt]
- In Minecraft Java Edition (PC/Mac) 1.14, 1.15 and 1.16, the syntax to summon a ghast 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}.
How do you enter the command? The first thing that should be done is to open the chat window. The easiest way if you want to run a command in the game is within the chat window. Please take a note that the game control to open it depends on the version of Minecraft. Then, type the command. You need to 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. After entering the cheat, 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.