summaryrefslogtreecommitdiff
path: root/js/garden.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/garden.js')
-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,