Ashen Witch Broom

Quick rating

Community listing page, reviews here may not be monitored by the author.

Ashen Witch Broom

By ousiqwqOwner

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!

Magic
Adventure/Exploration
Mod Loaders
NeoForge
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Client and Server

Must be installed on both the client and the server.

About

Project Details

Type
Mod
License
GNU Lesser General Public License v3.0 only
Latest Version
AshenWitchBroom-neoforge-1.21.1-1.0.2.jar

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

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
1761377527058_peifang_maozi.png 1761377413005_peifang_yifu.png 1761377548296_peifang_saozhou.png

Mod Config Menu

All settings for the broom can be found in-game via: Settings → Mods → Ashen Witch Broom → Config

Config Menu Broom Modes
1761395579016_peizhi_en.png 1761395748305_peizhi_saozhou_en.png

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. 1761395498753_broom_detect_en.png
/broom stats [player] Broom statistics command. Shows broom usage stats. 1761395515342_broom_stats_en.png
/broom cleanup [player] Broom cleanup command. Batch validates and removes invalid broom records. 1761395539866_broom_cleanup_en.png
/broom help Displays the help menu. 1761395552581_broom_help_en.png

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:

  1. The broom could not be retrieved in unloaded chunks.
  2. 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
1761377527058_peifang_maozi.png 1761377413005_peifang_yifu.png 1761377548296_peifang_saozhou.png

Mod Config Menu

All settings for the broom can be found in-game via: Settings → Mods → Ashen Witch Broom → Config

Config Menu Broom Modes
1761395579016_peizhi_en.png 1761395748305_peizhi_saozhou_en.png

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. 1761395498753_broom_detect_en.png
/broom stats [player] Broom statistics command. Shows broom usage stats. 1761395515342_broom_stats_en.png
/broom cleanup [player] Broom cleanup command. Batch validates and removes invalid broom records. 1761395539866_broom_cleanup_en.png
/broom help Displays the help menu. 1761395552581_broom_help_en.png

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:

  1. The broom could not be retrieved in unloaded chunks.
  2. 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

1756578395185_2025-08-21_19.59.58.jpg 1756578617167_2025-08-21_19.06.55.png 1756578623943_2025-08-21_19.14.59.png

Screenshots

Gallery

  • 2025-08-21_19.14.59.jpg
    2025-08-21_19.14.59.jpg 2025-08-21_19.14.59.jpg
  • 2025-08-21_19.06.55.jpg
    2025-08-21_19.06.55.jpg 2025-08-21_19.06.55.jpg
  • 2025-08-21_19.59.58.jpg
    2025-08-21_19.59.58.jpg 2025-08-21_19.59.58.jpg

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~33,000
Total Downloads
CurseForge
~17,000
Modrinth
~15,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works