CropsControl
This feature allows to control the quantity of items crops will drop. Only vanilla crops are supported for now.
To use it you first need to enable it in its configuration named cropscontrol.conf
, just set enabled
to true
.
Crops are all located in the crops
category.
Keys are ids of the items dropped by breaking crops, each crop have the same properties:
chance
- the chance of dropping one potential item of thecount
.chance_of
- the max chance of dropping one potential item.count
- the potential number of items that can be dropped (without countingminimum
).fortune_factor
- multiplies thecount
.minimum
the quantity of this specific item you are assured to get from harvesting.
Be aware that FastHarvest will always remove one seed from the total count to replant the crop.
Right now the following crops are supported:
- wheat
- carrots
- potatoes
- beetroots
- cocoa beans
- nether warts