
Arrow Harvest
This mod brings the convenient arrow harvesting mechanics from newer Minecraft versions to older editions of the game.
How it works
When you shoot chorus flowers, pumpkins, or melons with arrows from a bow, the arrow automatically harvests these plants. Instead of just dealing damage to the block, the arrow neatly collects it, and it drops as an item ready for pickup.
Full functionality
The mod includes two main types of arrow interactions:
- Complete block destruction: Some blocks (like cocoa beans) are completely destroyed when hit by arrows
- Crop harvesting: Plants simply drop as ready-to-use items
Configuration
The configuration file allows flexible control over the mod's behavior:
# Configuration file
arrowharvest {
# Destroy these like a tool [default: [minecraft:cocoa]]
S:willDestroyBlock <
minecraft:cocoa
>
# Drop these as item stacks [default: [minecraft:chorus_flower], [minecraft:pumpkin], [minecraft:melon_block], [minecraft:web]]
S:willDropAsBlock <
minecraft:chorus_flower
minecraft:pumpkin
minecraft:melon_block
minecraft:web
>
}
This configuration system allows you to add or remove almost any blocks from the mod's processing.