
Hoes Are Scythes
Use your hoe like a scythe to quickly clear areas of grass, flowers and crops!
Обновлён 8 октября 2025 г. · опубликован 15 октября 2023 г.
Hoes Are Scythes
About:
This mod is a simple, quality-of-life mod that allows you to use your hoe like a scythe!
No longer do you have to break grass, flowers and crops by hand! With any hoe you can break large areas of foliage quickly and easily.
Functionality:
This mod has some useful yet simple functionality that might set it apart from other similar mods:
• If you break any grass similar block, such as ferns, flowers or dead bushes, with a hoe, you will also break other similar blocks in a given radius (the radius depends on the tool material).

• If you sneak whilst breaking a block, the scythe action will not apply and you will only break a single block.
• When breaking grass, you won't break your crops, and vice versa. This means you won't accidentally harvest your farm whilst clearing away grass, or destroy any detailing you may have placed around your farms if you are harvesting your crops.
• Additionally, when harvesting any fully grown crops with a hoe, you will only break other fully grown crops in the radius. Harvesting farms has never been so easy! Breaking crops that are not fully grown will simply break all crop blocks in the area.
• As of version 1.1, it also works with nether wart!

• Fortune enchantments also apply to any blocks broken!
Tool Tiers:
As mentioned, the radius of area you can clear expands with better tools.
• Wooden and stone hoes will break blocks in the 3 x 3 area.
• Iron hoes will break blocks in the 5 x 5 area.
• Diamond hoes will break blocks in the 7 x 7 area.
• And finally, gold and netherite hoes will break blocks in the 9 x 9 area.
Configuration
As of version 1.4.0, Hoes Are Scythes is fully configurable:
- Hoe radii can be customised in
config/hoesarescythes.json. - Hoes from mods can be added using this config file, with their own custom radius.
- Extra scythable blocks or tags can be added.
- Config changes can be applied immediately in-game with
/reload.
This makes the mod highly pack-friendly and flexible. Additional instructions below on how to use the config file.
Adding New Hoes
You can add new entries via the config/hoesarescythes.json by using the "namespace:item_id" format. For example:
{
"replaceDefaultHoes": false,
"hoes": [
{ "item": "some_mod:steel_hoe", "radius": 3 },
{ "item": "another_mod:mithril_hoe", "radius": 5 }
]
"extraScythableBlocks": []
}
Adding Additional Scythable Blocks
You can add expand the blocks which can be scythed via the config/hoesarescythes.json by using the "namespace:item_id" format. For example:
"extraScythableBlocks": [
"some_mod:blue_flower",
"another_mod:jazbay_grape"
]
Mod Packs
You are free to use this in any mod pack you like.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 1.4.1+mc1.21.10 | Релиз | 1.21.10 | fabric | 8 октября 2025 г. | Скачать (84 КБ) |
| 1.4.1+mc1.21.9 | Релиз | 1.21.9 | fabric | 2 октября 2025 г. | Скачать (84 КБ) |
| 1.4.0+mc1.21 | Релиз | 1.21.5, 1.21.6, 1.21.7, 1.21.8 | fabric | 19 сентября 2025 г. | Скачать (84 КБ) |
| 1.3-1.21.8 | Релиз | 1.21.8 | fabric | 14 сентября 2025 г. | Скачать (76 КБ) |
| 1.2-1.20.4 | Релиз | 1.20.4 | fabric | 21 марта 2024 г. | Скачать (78 КБ) |
| 1.2-1.20.2 | Релиз | 1.20.2 | fabric | 21 октября 2023 г. | Скачать (78 КБ) |
| 1.2-1.20.1 | Релиз | 1.20.1 | fabric | 21 октября 2023 г. | Скачать (78 КБ) |
| 1.1-1.20.1 | Релиз | 1.20.1 | fabric | 19 октября 2023 г. | Скачать (78 КБ) |
| 1.1-1.20.2 | Релиз | 1.20.2 | fabric | 19 октября 2023 г. | Скачать (78 КБ) |
| 1.0-1.20.2 | Релиз | 1.20.2 | fabric | 19 октября 2023 г. | Скачать (78 КБ) |
| 1.0-1.20.1 | Релиз | 1.20.1 | fabric | 18 октября 2023 г. | Скачать (75 КБ) |
| 0.3-1.20.1 | Бета | 1.20.1 | fabric | 17 октября 2023 г. | Скачать (75 КБ) |
| 0.2-1.20.1 | Бета | 1.20.1 | fabric | 16 октября 2023 г. | Скачать (75 КБ) |
| 0.1-1.20.1 | Бета | 1.20.1 | fabric | 15 октября 2023 г. | Скачать (10 КБ) |
Ченджлог
1.4.1+mc1.21.10Релиз1.21.10 · 8 октября 2025 г.
- Updated to Minecraft 1.21.10.
1.4.1+mc1.21.9Релиз1.21.9 · 2 октября 2025 г.
Updated for Minecraft 1.21.9.
Added
- Copper Hoe support: Copper hoes now work as scythes.
- Default radius: 2 (same as Iron).
- Configurable in
hoesarescythes.json.
Notes
- Existing configs are not overwritten.
- If you already had a config file, it will continue to work even if the copper hoe isn’t listed.
- In that case, copper hoes fall back to the built-in defaults (radius 2).
- If you want to explicitly control copper hoes, you can either delete your config to load a new one and then assign a radius, or add them to your config manually and assign a radius.
- The replaceDefaultHoes option still allows you to fully override defaults if you prefer.
1.4.0+mc1.21Релиз1.21.6, 1.21.7, 1.21.8 · 19 сентября 2025 г.
Hoes Are Scythes 1.4.0
Support for 1.21.2 - 1.21.8.
New: Config file (config/hoesarescythes.json)
- Adjust radius for any hoe. Added ability to add modded hoes.
- Ability to expand scythable blocks or tags.
- Toggle whether to replace or extend vanilla defaults.
New: Hot-reload support — run /reload after editing the config.
Improved: Performance and memory efficiency when breaking large areas.
Fixed: Creative mode behaviour (no drops, no tool damage).
1.3-1.21.8Релиз1.21.8 · 14 сентября 2025 г.
Updated to 1.21.8.
1.2-1.20.4Релиз1.20.4 · 21 марта 2024 г.
Updated to 1.20.4. Fixed an issue with breaking short grass, ferns, flowers etc.
1.2-1.20.2Релиз1.20.2 · 21 октября 2023 г.
Fixed an issue where targeting any block would trigger the scythe action on nearby blocks. Fixed an issue where block breaking particles were not being triggered on all blocks other than the targeted block.
1.2-1.20.1Релиз1.20.1 · 21 октября 2023 г.
Fixed an issue where targeting any block would trigger the scythe action on nearby blocks. Fixed an issue where block breaking particles were not being triggered on all blocks other than the targeted block.
1.1-1.20.1Релиз1.20.1 · 19 октября 2023 г.
Added functionality for nether wart.
Комментарии
Загружаем…