Skip to content

Commit

Permalink
Merge pull request #17 from An-thracene/1.20.1
Browse files Browse the repository at this point in the history
fix #8
  • Loading branch information
mrsterner authored Feb 11, 2024
2 parents 7f9f3ce + 2286a8b commit e804302
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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_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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"to_place": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "culturaldelights:wild_eggplant"
"Name": "culturaldelights:wild_eggplants"
}
}
}
Expand Down Expand Up @@ -77,4 +77,4 @@
"xz_spread": 6,
"y_spread": 3
}
}
}

0 comments on commit e804302

Please sign in to comment.