From 951064230b79815c2d2b13972680a863b660b9e6 Mon Sep 17 00:00:00 2001 From: Recursive G Date: Tue, 29 Dec 2015 16:44:58 -0600 Subject: [PATCH] v2.0 release --- README | 24 --------------- Readme.md | 29 +++++++++++++++++++ build.gradle | 2 +- .../assets/autoharvest/lang/en_US.lang | 9 ++++++ 4 files changed, 39 insertions(+), 25 deletions(-) delete mode 100644 README create mode 100644 Readme.md create mode 100644 src/main/resources/assets/autoharvest/lang/en_US.lang diff --git a/README b/README deleted file mode 100644 index eef4a30..0000000 --- a/README +++ /dev/null @@ -1,24 +0,0 @@ -### Automatic Harvest Mod for Minecraft -This mod give you the easiest way to harvest crops. -You just need to work around, and all the mature crops will be harvested and re-planted. - -### Usage -Use key `H` to enable/disable the mod. You will see the status in chat. You can change this key in Settings. -If you have some kind of seed in hand, you will harvest the related kind of crop. -If you are empty-handed, you will clean the ground, distroy the grass, flowers, etc. - -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. diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..a60ffb5 --- /dev/null +++ b/Readme.md @@ -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. diff --git a/build.gradle b/build.gradle index 8dc42b8..c906575 100644 --- a/build.gradle +++ b/build.gradle @@ -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" diff --git a/src/main/resources/assets/autoharvest/lang/en_US.lang b/src/main/resources/assets/autoharvest/lang/en_US.lang new file mode 100644 index 0000000..bad73f0 --- /dev/null +++ b/src/main/resources/assets/autoharvest/lang/en_US.lang @@ -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