This repository was archived by the owner on Jan 3, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +39
-25
lines changed
src/main/resources/assets/autoharvest/lang Expand file tree Collapse file tree 4 files changed +39
-25
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ buildscript {
12
12
}
13
13
apply plugin : ' net.minecraftforge.gradle.forge'
14
14
15
- version = " 0.2-dev "
15
+ version = " 2.0 "
16
16
group= " org.devinprogress.autoharvest"
17
17
archivesBaseName = " AutoHarvest-1.8"
18
18
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments