Arrow Harvest

Quick rating

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

Arrow Harvest

No reviews yet

Harvest Chorus flowers, pumpkins, and melons with arrow shots

Mod Loaders
Minecraft

About

Description

Similar to newer versions of minecraft

Whenever you shoot a Chorus flower with an arrow, it harvests the block and it drops.

Same thing is applied to Pumpkin and Melon as well

Default config file 

arrowharvest.cfg

# Configuration file

arrowharvest {
    # Destroy these like a tool [default: [minecraft:cocoa]]
    S:willDestroyBlock <
        minecraft:cocoa
     >

    # Drop these as an itemstack [default: [minecraft:chorus_flower], [minecraft:pumpkin], [minecraft:melon_block], [minecraft:web]]
    S:willDropAsBlock <
        minecraft:chorus_flower
        minecraft:pumpkin
        minecraft:melon_block
        minecraft:web
     >
}