Skip to content
This repository was archived by the owner on Jan 3, 2020. It is now read-only.

Commit 9510642

Browse files
committed
v2.0 release
1 parent 3394715 commit 9510642

File tree

4 files changed

+39
-25
lines changed

4 files changed

+39
-25
lines changed

README

Lines changed: 0 additions & 24 deletions
This file was deleted.

Readme.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
### Automatic Harvest Mod for Minecraft
2+
This mod give you the easiest way to harvest crops.
3+
You just need to walk around, and all the mature crops will be harvested and re-planted.
4+
5+
### Usage
6+
Use key `H` to switch between different modes. You will see the status in chat. You can change this key in Settings.
7+
Available modes are:
8+
9+
- Harvest: Harvest the crops around you with the tool in your hand
10+
- Plant: Plant the seed in your hand
11+
- Seed: Break the grass and flowers around you
12+
- Feed: Feed the animals around you with the item in your hand. Also shear the sheep if you take the scissors
13+
14+
Supported Crops:
15+
16+
- Wheat
17+
- Carrot
18+
- Potato
19+
- Nether Wart
20+
- Pumpkin (Plant Only)
21+
- Melon (Plant Only)
22+
- Sapling
23+
- Mushroom
24+
- All kind of grass
25+
- All kind of flowers
26+
27+
### License
28+
This mod is publish under GPLv3.
29+
You can find details in the `LICENSE` file.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212
}
1313
apply plugin: 'net.minecraftforge.gradle.forge'
1414

15-
version = "0.2-dev"
15+
version = "2.0"
1616
group= "org.devinprogress.autoharvest"
1717
archivesBaseName = "AutoHarvest-1.8"
1818

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
key.toggleAutoharvest=Switch AutoHarvest Mode
2+
notify.switch_to.eager=Switch to: Harvest
3+
notify.switch_to.plant=Switch to: Plant
4+
notify.switch_to.smart=Switch to: Auto
5+
notify.switch_to.seed=Switch to: Seed
6+
notify.switch_to.feed=Switch to: Feed
7+
notify.switch_to.attack=Switch to: Attack
8+
notify.switch_to.off=AutoHarvest turned off
9+
notify.lack_of_seed=You need more seeds

0 commit comments

Comments
 (0)