Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Simple right-click crop harvesting and replanting for Minecraft (Fabric)

License

Notifications You must be signed in to change notification settings

koellecraft/Right-Click-Harvest

 
 

Repository files navigation

Discontinued
This mod has been discontinued. You can use RightClickHarvest (by jamalam360) as an (even better) drop-in replacement.

Right-Click Harvest

Simple right-click crop harvesting and replanting. Configurable via ModMenu (or by manually editing the JSON config file).

FAQ

  • Client or Server side?
    • This mod is not required on the clientside. However, the hand swinging animation on right clicking will be inconsistent without it.
  • Is Fortune accounted for?
    • Yes. The Fortune value is pulled from the item in your main hand.
  • Forge Port?
    • No. However you are within the license of both this mod and TehNut's original to do so yourself.

Default Config

{
  "exhaustionPerHarvest": 0.005,
  "additionalLogging": false,
  "crops": {
    "wheatEnabled": true,
    "wheatStage": 7,
    "netherWartEnabled": true,
    "netherWartStage": 3,
    "carrotEnabled": true,
    "carrotStage": 7,
    "potatoEnabled": true,
    "potatoStage": 7,
    "beetrootEnabled": true,
    "beetrootStage": 3
  }
}