From f7cdb81972ee5e18f9c380117e6439bbb8964fd6 Mon Sep 17 00:00:00 2001 From: An-thracene <96624949+An-thracene@users.noreply.github.com> Date: Tue, 26 Sep 2023 22:53:20 +0800 Subject: [PATCH 1/3] Update patch_wild_eggplants.json --- .../worldgen/configured_feature/patch_wild_eggplants.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/data/culturaldelights/worldgen/configured_feature/patch_wild_eggplants.json b/src/main/resources/data/culturaldelights/worldgen/configured_feature/patch_wild_eggplants.json index 71fc232..f56e112 100644 --- a/src/main/resources/data/culturaldelights/worldgen/configured_feature/patch_wild_eggplants.json +++ b/src/main/resources/data/culturaldelights/worldgen/configured_feature/patch_wild_eggplants.json @@ -8,7 +8,7 @@ "to_place": { "type": "minecraft:simple_state_provider", "state": { - "Name": "culturaldelights:wild_eggplant" + "Name": "culturaldelights:wild_eggplants" } } } @@ -77,4 +77,4 @@ "xz_spread": 6, "y_spread": 3 } -} \ No newline at end of file +} From a42e94ed1b483f1de135aa3bc2fa9a5fd86a250d Mon Sep 17 00:00:00 2001 From: An-thracene <96624949+An-thracene@users.noreply.github.com> Date: Tue, 26 Sep 2023 22:59:33 +0800 Subject: [PATCH 2/3] Update CulturalDelights.java --- .../java/dev/sterner/culturaldelights/CulturalDelights.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/dev/sterner/culturaldelights/CulturalDelights.java b/src/main/java/dev/sterner/culturaldelights/CulturalDelights.java index 568b969..7c406f6 100644 --- a/src/main/java/dev/sterner/culturaldelights/CulturalDelights.java +++ b/src/main/java/dev/sterner/culturaldelights/CulturalDelights.java @@ -47,7 +47,7 @@ public void onInitialize() { CDWorldGenerators.init(); BiomeModifications.addFeature(context -> context.getBiomeKey().equals(BiomeKeys.PLAINS), GenerationStep.Feature.VEGETAL_DECORATION, - CDConfiguredFeatures.PATCH_WILD_CUCUMBERS.key()); + CDConfiguredFeatures.PATCH_WILD_CORNS.key()); BiomeModifications.addFeature(context -> context.getBiomeKey().equals(BiomeKeys.SWAMP), GenerationStep.Feature.VEGETAL_DECORATION, CDConfiguredFeatures.PATCH_WILD_EGGPLANTS.key()); BiomeModifications.addFeature(context -> context.getBiomeKey().equals(BiomeKeys.SWAMP), GenerationStep.Feature.VEGETAL_DECORATION, From 2286a8b55791eedf589a9f7482b2e898084509a8 Mon Sep 17 00:00:00 2001 From: An-thracene <96624949+An-thracene@users.noreply.github.com> Date: Wed, 27 Sep 2023 01:13:06 +0800 Subject: [PATCH 3/3] Update CulturalDelights.java --- .../java/dev/sterner/culturaldelights/CulturalDelights.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/dev/sterner/culturaldelights/CulturalDelights.java b/src/main/java/dev/sterner/culturaldelights/CulturalDelights.java index 7c406f6..c32f79e 100644 --- a/src/main/java/dev/sterner/culturaldelights/CulturalDelights.java +++ b/src/main/java/dev/sterner/culturaldelights/CulturalDelights.java @@ -47,7 +47,7 @@ public void onInitialize() { CDWorldGenerators.init(); BiomeModifications.addFeature(context -> context.getBiomeKey().equals(BiomeKeys.PLAINS), GenerationStep.Feature.VEGETAL_DECORATION, - CDConfiguredFeatures.PATCH_WILD_CORNS.key()); + CDConfiguredFeatures.PATCH_WILD_CORN.key()); BiomeModifications.addFeature(context -> context.getBiomeKey().equals(BiomeKeys.SWAMP), GenerationStep.Feature.VEGETAL_DECORATION, CDConfiguredFeatures.PATCH_WILD_EGGPLANTS.key()); BiomeModifications.addFeature(context -> context.getBiomeKey().equals(BiomeKeys.SWAMP), GenerationStep.Feature.VEGETAL_DECORATION,