diff options
author | Auke Kok <sofar@foo-projects.org> | 2017-03-18 00:25:00 -0700 |
---|---|---|
committer | Auke Kok <sofar@foo-projects.org> | 2017-03-31 21:24:06 -0700 |
commit | e8319809a7cf57dc7ed90b4d2fe1927e1f6f1a16 (patch) | |
tree | 4c910d463cbfe9a4a4c1b5f355d521bca6affe4a | |
parent | 645fa21f6fffe76bf922e721ad79080b84e7e8c5 (diff) |
Convert to md, rename file, add some comments and fixes.
-rw-r--r-- | readme.md (renamed from README) | 26 |
1 files changed, 12 insertions, 14 deletions
@@ -1,24 +1,20 @@ - -Crops - more farming crops mod for minetest +## Crops - more farming crops mod for minetest Copyright (C) 2015 - Auke Kok <sofar@foo-projects.org> -=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ - -This minetest mod expands the basic set of farming-related +This minetest mod expands the basic set of farming-related crops that +`minetest_game` offers. A list of crops/crafts is below. -- Configuration +## Configuration -A default configuration file, "crops_settings.txt" will be added -to your world folder that contains suggested "easy", "normal" (the -default) and "difficult" settings for this mod. You can currently tune +A default configuration file, `crops_settings.txt` will be added +to your world folder that contains suggested `easy`, `normal` (the +default) and `difficult` settings for this mod. You can currently tune the ABM interval/chance, and required light level for plant growth. -crops that minetest_game offers. A list of crops/crafts is below. -- Hydration mechanic +## Hydration mechanic -Note: This feature is in progress, not all the plants implement -this yet. +This feature is disabled in the `easy` setting. Plants need water. Plants need more water when they grow. This mod implements mechanics of plant hydration and what happens when you @@ -46,6 +42,8 @@ some will do better with less, so make sure you use a hydrometer to measure plant humidity. Recipes for the watering can and hydrometer are listed below. +## Plants + 1. Melons and pumpkins Melon plants grow from melon seeds. Once a plant is mature (there @@ -114,7 +112,7 @@ make more beanpoles again. It's a bit of work, but worth it, these beans are delicious! -- Cooking / Crafting +## Cooking / Crafting The corn cobs can be cooked directly to make Corn-on-the-Cob. |