A PMMP plugin that modifies the Trapped Chest to make it harvest nearby crops
The following crops will be harvested:
- Wheat
- Beetroots
- Potatoes
- Carrots
- Pumpkin
- Melon
- Sweet berries
- Nether Wart
To use the FarmChest, you can simply right click on it and it will harvest crops in a specified zone.
You can also sneak while clicking on the chest to make it harvest and keeping it closed
You could also use a plugin such as VanillaHopper that implements hopper. They will pick items inside of the chest and move them around your farm
Inside of the plugin_data/FarmChest/config.yml
file, you may change the following:
- range - The range at which the FarmChest will harvest crops
- x-axis - The number of blocks that will be checked on the X axis
- z-axis - The number of blocks that will be checked on the Z axis
- should-drop-leftover-items - Should the FarmChest drop the items that weren't able to fit inside of it ?