HarvestFortune 1.1.1 Released!
Melon & Pumpkin Support + All Features
What's New:
- Melons & Pumpkins! You can now add MELON and PUMPKIN to your crop config for full Fortune support (with custom drops and tools).
- Works with any allowed tool or with the admin-given "Harvest Fortune Tool".
- Fully configurable drop rates, fortune formulas, and allowed tools per crop as always!
Example Config:
Code (YAML):
enabled_crops:
MELON:
base_drop
: 3
fortune_multiplier
: 2.0
formula
: random
allowed_tools
:
- DIAMOND_HOE
- NETHERITE_HOE
- DIAMOND_AXE
- NETHERITE_AXE
- HARVEST_FORTUNE_TOOL
max_drop
: 9
PUMPKIN:
base_drop
: 1
fortune_multiplier
: 0.0
formula
: fixed
allowed_tools
:
- DIAMOND_HOE
- NETHERITE_HOE
- DIAMOND_AXE
- NETHERITE_AXE
- HARVEST_FORTUNE_TOOL
max_drop
: 1
Melons drop MELON_SLICES, Pumpkins drop PUMPKIN!
Other Features:
- /hf give <player> <tool> <fortune> – Give any player a special Fortune tool (with tab-completion!)
- Tab-complete for players, tools, and fortune levels
- Fully reloadable config
As always, let me know if you want more crop support or custom logic! Thanks for your feedback!