
RedstoneAwareEdits
Makes sure your redstone components don't disappear with WorldEdit!
- Загрузки
- 291
- Подписчики
- 2
- Обновлён
- 16 февраля 2026 г.
- Лицензия
- MIT
Опубликован 16 февраля 2026 г.
RedstoneAwareEdits
Tired of your redstone circuits breaking every time you use WorldEdit? RedstoneAwareEdits fixes that.
When you //paste, //stack, //move, or use any other WorldEdit/FAWE command, redstone components like dust, repeaters, comparators, and torches pop off or lose their state because Minecraft fires block updates during placement. This mod suppresses those updates and restores correct redstone states afterward — automatically.
How It Works
Two-phase protection:
- Suppress — During bulk block operations, all neighbor updates,
onPlacecallbacks, and shape recalculations are suppressed for redstone components - Restore — After placement completes, correct block states are recomputed and a single clean update pass runs
The mod auto-detects bulk operations (10+ blocks placed in one tick) and protects redstone without any commands needed. Just install and go.
Protected Components
All redstone: dust, repeaters, comparators, torches, pistons, observers, buttons, levers, pressure plates, tripwire hooks, daylight detectors, sculk sensors, target blocks, note blocks, dispensers, droppers, hoppers, TNT, redstone lamps, powered/activator/detector rails, and redstone blocks.
Commands
| Command | Description |
|---|---|
/rae status |
Show current mode and pending blocks |
/rae on |
Manual mode — always suppressing until you turn it off |
/rae off |
Restore redstone and return to auto mode |
/rae auto |
Switch to auto mode (default) |
/rae disable |
Disable the mod entirely |
Most users will never need these — auto mode handles everything.
Compatibility
- WorldEdit — Fully supported
- FastAsyncWorldEdit (FAWE) — Fully supported (intercepts direct chunk access)
- Litematica — Works with any mod that places blocks in bulk
- Server-side mod — works on dedicated servers and singleplayer
Requirements
- Minecraft 1.21.11
- Fabric Loader 0.15.0+
- Fabric API
Ченджлог
1.0.1Релиз1.21.11 · 16 февраля 2026 г.
1.0.1
Bug Fixes
- Fixed normal redstone behavior breaking when the mod was installed
- Auto-detection was using a block count threshold that normal redstone propagation could trigger
- Replaced with stack trace detection — the mod now checks the call stack once per tick for WorldEdit/FAWE classes
- Normal redstone updates are no longer affected in any way
Changes
- Auto-detection now scans for
com.sk89q.worldedit,com.fastasyncworldedit, andcom.boydti.fawein the call stack - Only one stack check per tick — zero performance impact during normal gameplay
- Manual mode (
/rae on//rae off) still available as a fallback
1.0.0Релиз1.21.11 · 16 февраля 2026 г.
Changelog
1.0.0
Initial release.
- Auto-detects WorldEdit/FAWE bulk operations and protects all redstone components from breaking during paste, stack, move, and other commands
- Two-phase protection: suppresses block updates during placement, then restores correct redstone states afterward
- Supports all redstone components: dust, repeaters, comparators, torches, pistons, observers, buttons, levers, pressure plates, tripwire hooks, daylight detectors, sculk sensors, target blocks, note blocks, dispensers, droppers, hoppers, TNT, redstone lamps, rails, and redstone blocks
- Manual mode (
/rae on//rae off) for multi-tick operations - Compatible with WorldEdit and FastAsyncWorldEdit (FAWE)
- Minecraft 1.21.11, Fabric
Комментарии
Загружаем…