This repository has been archived by the owner on Jan 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3394715
commit 9510642
Showing
4 changed files
with
39 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
### Automatic Harvest Mod for Minecraft | ||
This mod give you the easiest way to harvest crops. | ||
You just need to walk around, and all the mature crops will be harvested and re-planted. | ||
|
||
### Usage | ||
Use key `H` to switch between different modes. You will see the status in chat. You can change this key in Settings. | ||
Available modes are: | ||
|
||
- Harvest: Harvest the crops around you with the tool in your hand | ||
- Plant: Plant the seed in your hand | ||
- Seed: Break the grass and flowers around you | ||
- Feed: Feed the animals around you with the item in your hand. Also shear the sheep if you take the scissors | ||
|
||
Supported Crops: | ||
|
||
- Wheat | ||
- Carrot | ||
- Potato | ||
- Nether Wart | ||
- Pumpkin (Plant Only) | ||
- Melon (Plant Only) | ||
- Sapling | ||
- Mushroom | ||
- All kind of grass | ||
- All kind of flowers | ||
|
||
### License | ||
This mod is publish under GPLv3. | ||
You can find details in the `LICENSE` file. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
key.toggleAutoharvest=Switch AutoHarvest Mode | ||
notify.switch_to.eager=Switch to: Harvest | ||
notify.switch_to.plant=Switch to: Plant | ||
notify.switch_to.smart=Switch to: Auto | ||
notify.switch_to.seed=Switch to: Seed | ||
notify.switch_to.feed=Switch to: Feed | ||
notify.switch_to.attack=Switch to: Attack | ||
notify.switch_to.off=AutoHarvest turned off | ||
notify.lack_of_seed=You need more seeds |