summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2022-02-17 08:46:32 -0500
committerDavid Thompson <dthompson@vistahigherlearning.com>2022-02-17 08:46:32 -0500
commit8a802faa389d70678ab5bf8685d17004fc04d956 (patch)
tree1db9163626f2b362be14626c59210e3daea70c83
parent93e81413950404b26a5d0936ec52f9198d33169a (diff)
Add edible amaranth crop.
-rw-r--r--js/garden.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/js/garden.js b/js/garden.js
index 588b27a..fe3b952 100644
--- a/js/garden.js
+++ b/js/garden.js
@@ -91,6 +91,14 @@ class Crop {
}
const CROPS = [
+ new Crop("Amaranth", {
+ depth: 0.125,
+ family: "Amaranth",
+ maturity: 5,
+ spacing: 4,
+ springPlant: 0,
+ species: ["amaranth tricolor"]
+ }),
new Crop("Arugula", {
family: "Brassica",
interval: 2,