Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Links
Tags
Creators
Details
🔥 Fireball Wand
Fire Wand is a lightweight, server-friendly Minecraft Forge mod that allows players to launch powerful Ghast-style fireballs using a configurable activation item.
The mod is designed to be simple to use while remaining highly configurable through in-game commands. Customize the activation item, fireball speed, explosion power, and optional NBT requirements without ever leaving the game.
This version was created mostly for fun, so it will only be released for Minecraft 1.20.1. I don't currently plan to update it further unless there's enough interest from the community and people want to see more of this type of content.
✨ Features
- 🔥 Launch Ghast-style fireballs with a right-click.
- ⚡ Configurable fireball speed.
- 💥 Adjustable explosion power.
- 🪄 Configurable activation item.
- 🏷️ Optional
CustomModelDatarequirement. - 🌍 Optional chunk loading support.
- 🗑️ Fireballs automatically despawn after 30 seconds to prevent permanently loaded chunks.
- 💾 Automatically saves configuration changes.
- 🖥️ Dedicated server friendly.
- 🎮 Multiplayer compatible.
📖 Commands
View Current Settings
/firewand
Displays the current Fire Wand configuration.
Reset Configuration
/firewand reset
Restores every setting back to its default value.
Fireball Speed
/firewand set speed <1-10>
Controls how fast fireballs travel.
Default
3
Explosion Power
/firewand set explosionpower <0-127>
Controls the explosion strength.
Default
18
Require NBT
/firewand set requirenbt <true|false>
When enabled, the activation item must contain the required CustomModelData.
Default
true
Keep Chunks Loaded
/firewand set keepchunksloaded <true|false>
Allows fireballs to continue traveling through unloaded chunks.
Default
false
Activation Item
Use the item currently held in your hand:
/firewand set item hand
Or specify an item directly:
/firewand set item minecraft:blaze_rod
🪄 Default Activation Item
By default the mod uses:
minecraft:blaze_rod
When Require NBT is enabled, the Blaze Rod must also contain:
{CustomModelData:1}
Example:
/give @s minecraft:blaze_rod{CustomModelData:1}
⚙️ Default Configuration
| Setting | Default |
|---|---|
| Activation Item | Blaze Rod |
| Fireball Speed | 3 |
| Explosion Power | 18 |
| Require NBT | true |
| Keep Chunks Loaded | false |
🔥 How It Works
Hold the configured activation item and simply right-click.
The spawned fireball:
- Travels in a perfectly straight line.
- Keeps a constant velocity.
- Explodes upon impact.
- Automatically despawns after 30 seconds if it hasn't exploded.
- Prevents abandoned fireballs from permanently loading chunks.
💾 Configuration File
All settings are automatically stored inside:
config/firewand-server.json
Any changes made using commands are immediately saved and persist across server restarts.
🌐 Multiplayer Support
Fire Wand is fully compatible with multiplayer servers.
Configuration is handled server-side, ensuring all players share the same settings.
📜 License
This project is licensed under the MIT License.
You are free to use, modify, and distribute this project in accordance with the license.
❤️ Credits
Developed by username65735YT.
If you enjoy the mod, consider starring the GitHub repository or following future releases!


