
Block Breaker & Block Placer
2 new vanilla-friendly redstone blocks; One for breaking and one for placing.
Обновлён 4 мая 2026 г. · опубликован 10 августа 2024 г.
This description is up to date with the most recent version of Minecraft that the mod supports.
Features may be modified or missing in earlier versions.


About
Block Breaker & Block Placer adds two compact redstone utility blocks for turning placed blocks into items, and items back into placed blocks.
- Build compact farms, entrances and redstone machines
- Keeps survival balance by respecting harvestability rules
Similarly to vanilla's Dispenser and Dropper, the Breaker and Placer are activated with a redstone pulse.
- The Breaker breaks the block in front of it and places it in its inventory.
- The Placer places a random block from its inventory in the spot in front of it.
Why use this mod?
If you've ever wished that you could turn items into placed blocks, or vise-versa, this mod is for
you.
Here are just some of the many applications:
- Automated cobblestone generators
- Secret entrances without using pistons
- New redstone contraptions (redstone torch inside a Placer?)
- Automatic cocoa bean farm
Recipes
The recipes for both blocks follow similar patterns to the dropper and dispenser:

Demonstration
Balance Considerations
During development it was clear that Breakers would circumvent survival Minecraft's balancing considerably (e.g. breaking obsidian before the player has a diamond pickaxe).
For this reason, the breaker block respects a block's harvestability settings. This means that the Breaker will only break the block in front of it if it has the correct tool.
A simple set of examples:
- Breaker has no tool - Can break dirt, logs, fletching table but not stone
- Breaker has wooden pickaxe - Can break stone, coal ore but not iron ore
- Breaker has shears - Can break leaves, tall grass, peonies but not stone
Frequently Asked Questions
Is there a (fabric/forge/neoforge/risugami's modloader) version?
Block Breaker & Block Placer exists on both Fabric and NeoForge. If you're running Quilt, use the Fabric jar.
Can you backport the mod to Minecraft 1.X.X?
This mod will not be backported. It will however support new major versions of Minecraft.
I found a bug / my game crashed
If you find any problems with Block Breaker & Block Placer, please feel encouraged to create an issue on the GitHub repository issue tracker. Bug reports are incredibly useful and help this mod reach its full potential.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 1.0.8+26.1.x | Релиз | 26.1, 26.1.1, 26.1.2 | fabric | 4 мая 2026 г. | Скачать (101 КБ) |
| 1.0.6+1.21.1 | Релиз | 1.21.1 | fabric | 15 апреля 2026 г. | Скачать (82 КБ) |
| 1.0.7+1.21.11 | Релиз | 1.21.11 | fabric | 16 февраля 2026 г. | Скачать (97 КБ) |
| 1.0.5+1.21.1 | Релиз | 1.21.1 | fabric | 16 февраля 2026 г. | Скачать (81 КБ) |
| 1.0.6+1.21.11 | Релиз | 1.21.11 | fabric | 30 декабря 2025 г. | Скачать (96 КБ) |
| 1.0.5+1.21.11 | Релиз | 1.21.11 | fabric | 21 декабря 2025 г. | Скачать (96 КБ) |
| 1.0.4+1.21.10 | Релиз | 1.21.10 | fabric | 25 ноября 2025 г. | Скачать (86 КБ) |
| 1.0.4+1.21.1 | Релиз | 1.21.1 | fabric | 25 ноября 2025 г. | Скачать (80 КБ) |
| 1.0.3+1.21.10 | Релиз | 1.21.10 | fabric | 19 октября 2025 г. | Скачать (87 КБ) |
| 1.0.3+1.21.8 | Релиз | 1.21.6, 1.21.7, 1.21.8 | fabric | 16 сентября 2025 г. | Скачать (87 КБ) |
| 1.0.3+1.21.5 | Релиз | 1.21.5 | fabric | 27 июля 2025 г. | Скачать (87 КБ) |
| 1.0.2+1.21 | Релиз | 1.21, 1.21.1 | fabric | 26 августа 2024 г. | Скачать (81 КБ) |
| 1.0.1+1.21 | Релиз | 1.21, 1.21.1 | fabric | 13 августа 2024 г. | Скачать (80 КБ) |
| 1.0.0+1.21 | Бета | 1.21 | fabric | 10 августа 2024 г. | Скачать (79 КБ) |
Ченджлог
1.0.8+26.1.xРелиз26.1, 26.1.1, 26.1.2 · 4 мая 2026 г.
☀️ New
- Ported to 26.1
1.0.6+1.21.1Релиз1.21.1 · 15 апреля 2026 г.
🌞 New
- Backport carpet movableBlockEntities integration from 1.21.11
1.0.7+1.21.11Релиз1.21.11 · 16 февраля 2026 г.
🔧 Fixes
- Placer: placed block faces same direction as the Placer
- Breaker: broken blocks send neighbour updates correctly (fixes pumpkin stem not resetting after breaking pumpkin for example)
1.0.5+1.21.1Релиз1.21.1 · 16 февраля 2026 г.
🔧 Fixes
- Placer: placed block faces same direction as the Placer
- Breaker: broken blocks send neighbour updates correctly (fixes pumpkin stem not resetting after breaking pumpkin for example)
1.0.6+1.21.11Релиз1.21.11 · 30 декабря 2025 г.
🌞 New
- With the Carpet mod installed, you can now move the Breaker & Placer with pistons
1.0.5+1.21.11Релиз1.21.11 · 21 декабря 2025 г.
🌞New
- When shift-clicking from a player inventory into a Block Breaker, Tools will attempt to go into the tool slot before entering the main breaker inventory
- Added a config option that lets tools used in the breaker have their durability consumed
- Add new slot cycle icons to the Breaker for swords & hoes
- Hoppers (and other item input methods) can add tools to breakers now
🛠️Fixes
- Added captions for sound effects
- Fixed a specific redstone-syncing bug that would occur in certain block configurations of placers or breakers
- a few other smaller fixes that impact mostly edge cases
✅Acknowledgements
- cputnam-a11y, for their Feature Patch, which provided code for some of the new features in this version
1.0.4+1.21.10Релиз1.21.10 · 25 ноября 2025 г.
🛠️ Fixes
- Quick-moving items from the Placer no longer duplicates them
- Breaker can no longer break blocks with negative hardness values (e.g. bedrock, barrier)
Thank you for the bug report and fixes MrVINIK!
1.0.4+1.21.1Релиз1.21.1 · 25 ноября 2025 г.
🛠️ Fixes
- Quick-moving items from the Placer no longer duplicates them
- Breaker can no longer break blocks with negative hardness values (e.g. bedrock, barrier)
Thank you for the bug report and fixes MrVINIK!
Комментарии
Загружаем…




