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

Commit

Permalink
v2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
RecursiveG committed Dec 29, 2015
1 parent 3394715 commit 9510642
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 25 deletions.
24 changes: 0 additions & 24 deletions README

This file was deleted.

29 changes: 29 additions & 0 deletions Readme.md
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.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
}
apply plugin: 'net.minecraftforge.gradle.forge'

version = "0.2-dev"
version = "2.0"
group= "org.devinprogress.autoharvest"
archivesBaseName = "AutoHarvest-1.8"

Expand Down
9 changes: 9 additions & 0 deletions src/main/resources/assets/autoharvest/lang/en_US.lang
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

0 comments on commit 9510642

Please sign in to comment.