From 09bd37ff4bd4c8f40e84177612aa645a2ee836dd Mon Sep 17 00:00:00 2001 From: Sollace Date: Fri, 8 Sep 2023 21:27:22 +0100 Subject: [PATCH] Add seasons configs for the other oats crop blocks --- .../resources/data/unicopia/seasons/crop/oats_crown.json | 6 ++++++ .../resources/data/unicopia/seasons/crop/oats_stem.json | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 src/main/resources/data/unicopia/seasons/crop/oats_crown.json create mode 100644 src/main/resources/data/unicopia/seasons/crop/oats_stem.json diff --git a/src/main/resources/data/unicopia/seasons/crop/oats_crown.json b/src/main/resources/data/unicopia/seasons/crop/oats_crown.json new file mode 100644 index 00000000..0cbd2f20 --- /dev/null +++ b/src/main/resources/data/unicopia/seasons/crop/oats_crown.json @@ -0,0 +1,6 @@ +{ + "spring": 0.6, + "summer": 1.0, + "fall": 1.0, + "winter": 0 +} \ No newline at end of file diff --git a/src/main/resources/data/unicopia/seasons/crop/oats_stem.json b/src/main/resources/data/unicopia/seasons/crop/oats_stem.json new file mode 100644 index 00000000..0cbd2f20 --- /dev/null +++ b/src/main/resources/data/unicopia/seasons/crop/oats_stem.json @@ -0,0 +1,6 @@ +{ + "spring": 0.6, + "summer": 1.0, + "fall": 1.0, + "winter": 0 +} \ No newline at end of file