Community listing page, reviews here may not be monitored by the author.
Ashen Witch Broom
No reviews yet
This mod is based on Elaina, adding a rideable and configurable witch's broom, a dyeable hat, and her clothes to the game. Soar through the sky on your magic broom and experience the daily life of a witch!
Centers around fantasy elements such as spells, rituals, and magical energies, often involving personal empowerment and magical automation.
Includes a large focus on traversing worlds with enhanced world generation, structures, dungeons, and more for players to find unique loot.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Community voices
Reviews
Filters
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
Must be installed on both the client and the server.
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
Introduction
This mod was born from a burning desire to become a witch in Minecraft 1.21.1, forged through sleepless nights of coding.
This is an unofficial remake of [Witch's Broom]. While it reuses the original assets, the code has been refactored to support NeoForge 1.21.x and above. (As of Oct. 20, 2025, the original author has also updated the mod to 1.21.1.)
The broom has been epically buffed (how fast you fly is only limited by your conscience!), can be summoned in any dimension, and is fully configurable to your liking.
Additionally, chunk loading commands have been added, allowing you to force-load strong or weak chunks for extended periods and manage them with ease.
Added Items
The mod adds a Witch's Broom (both as an item and an entity), as well as a Witch's Hat and a Witch's Outfit.
The design is inspired by Elaina's broom from the anime "Wandering Witch: The Journey of Elaina."
Broom Controls
The controls are intuitive and simple:
- W/S: Forward / Backward
- A/D: Turn Left / Turn Right
- Left Alt: Descend
- Space: Ascend
- Left Ctrl: Sprint (just like running)
Right-click the ground to summon your broom. Sneak + Left-click to dismiss it.
You can also press the R key to summon the broom from a distance. The summoning range can be adjusted in the config menu.
Crafting Recipes
| Hat | Outfit | Broom |
|---|---|---|
![]() |
![]() |
![]() |
Mod Config Menu
All settings for the broom can be found in-game via: Settings → Mods → Ashen Witch Broom → Config
| Config Menu | Broom Modes |
|---|---|
![]() |
![]() |
Mod Commands
The mod provides commands for managing your broom and for force-loading chunks.
Broom Command Usage: /broom detect [player]
player is the target player. If omitted, it defaults to yourself. Targeting other players requires OP permissions.
| Command | Function | Example |
|---|---|---|
/broom detect [player] |
Broom detection command. Displays detailed information about all stored brooms. | ![]() |
/broom stats [player] |
Broom statistics command. Shows broom usage stats. | ![]() |
/broom cleanup [player] |
Broom cleanup command. Batch validates and removes invalid broom records. | ![]() |
/broom help |
Displays the help menu. | ![]() |
Chunk Loading Command Usage: /broom chunks add <lazy|ticking> <x> <z> [width] [height]
x and z are the chunk coordinates (not block coordinates, which are block_coordinate ÷ 16). x and z are required. w (width) and h (height) are optional; if omitted, only the single chunk at x, z will be targeted.
Running this command and its subcommands requires OP permissions.
After a server restart or game exit, the mod will automatically reload any previously set chunks upon startup.
| Command | Function |
|---|---|
/broom chunks add ... |
Adds chunks to the force-load list. Choose between lazy (weak loading) and ticking (strong loading). Re-adding a chunk will not change its type; you must use the del command first. |
/broom chunks del ... |
Removes chunks from the force-load list. Don't worry about errors; it will automatically skip chunks not loaded by this mod. |
/broom chunks list |
Lists all chunks currently being force-loaded by this mod in your current dimension. |
/broom chunks help |
Displays the help menu. |
A Quick Apology
My apologies! I rushed the initial release a bit, and as a result, versions 1.0.0 and 1.0.1 had some major bugs:
- The broom could not be retrieved in unloaded chunks.
- Riding data was not syncing correctly with the server.
These critical issues have now been fixed in version 1.0.2. Thank you for your patience! :)
Gallery



Introduction
This mod was born from a burning desire to become a witch in Minecraft 1.21.1, forged through sleepless nights of coding.
This is an unofficial remake of [Witch's Broom]. While it reuses the original assets, the code has been refactored to support NeoForge 1.21.x and above. (As of Oct. 20, 2025, the original author has also updated the mod to 1.21.1.)
The broom has been epically buffed (how fast you fly is only limited by your conscience!), can be summoned in any dimension, and is fully configurable to your liking.
Additionally, chunk loading commands have been added, allowing you to force-load strong or weak chunks for extended periods and manage them with ease.
Added Items
The mod adds a Witch's Broom (both as an item and an entity), as well as a Witch's Hat and a Witch's Outfit.
The design is inspired by Elaina's broom from the anime "Wandering Witch: The Journey of Elaina."
Broom Controls
The controls are intuitive and simple:
- W/S: Forward / Backward
- A/D: Turn Left / Turn Right
- Left Alt: Descend
- Space: Ascend
- Left Ctrl: Sprint (just like running)
Right-click the ground to summon your broom. Sneak + Left-click to dismiss it.
You can also press the R key to summon the broom from a distance. The summoning range can be adjusted in the config menu.
Crafting Recipes
| Hat | Outfit | Broom |
|---|---|---|
![]() |
![]() |
![]() |
Mod Config Menu
All settings for the broom can be found in-game via:
Settings → Mods → Ashen Witch Broom → Config
| Config Menu | Broom Modes |
|---|---|
![]() |
![]() |
Mod Commands
The mod provides commands for managing your broom and for force-loading chunks.
Broom Command Usage: /broom detect [player]
player is the target player. If omitted, it defaults to yourself. Targeting other players requires OP permissions.
| Command | Function | Example |
|---|---|---|
/broom detect [player] |
Broom detection command. Displays detailed information about all stored brooms. | ![]() |
/broom stats [player] |
Broom statistics command. Shows broom usage stats. | ![]() |
/broom cleanup [player] |
Broom cleanup command. Batch validates and removes invalid broom records. | ![]() |
/broom help |
Displays the help menu. | ![]() |
Chunk Loading Command Usage: /broom chunks add <lazy|ticking> <x> <z> [width] [height]
x and z are the chunk coordinates (not block coordinates, which are block_coordinate ÷ 16). x and z are required. w (width) and h (height) are optional; if omitted, only the single chunk at x, z will be targeted.
Running this command and its subcommands requires OP permissions.
After a server restart or game exit, the mod will automatically reload any previously set chunks upon startup.
| Command | Function |
|---|---|
/broom chunks add ... |
Adds chunks to the force-load list. Choose between lazy (weak loading) and ticking (strong loading). Re-adding a chunk will not change its type; you must use the del command first. |
/broom chunks del ... |
Removes chunks from the force-load list. Don't worry about errors; it will automatically skip chunks not loaded by this mod. |
/broom chunks list |
Lists all chunks currently being force-loaded by this mod in your current dimension. |
/broom chunks help |
Displays the help menu. |
A Quick Apology
My apologies! I rushed the initial release a bit, and as a result, versions 1.0.0 and 1.0.1 had some major bugs:
- The broom could not be retrieved in unloaded chunks.
- Riding data was not syncing correctly with the server.
These critical issues have now been fixed in version 1.0.2. Thank you for your patience! :)
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources

















