Skip to content

Commit

Permalink
Fix one feature load order issue with Nature's Spirit
Browse files Browse the repository at this point in the history
  • Loading branch information
JT122406 committed Aug 2, 2024
1 parent 16d870c commit d908c8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
[
"minecraft:glow_lichen",
"minecraft:forest_flowers",
"minecraft:patch_grass_normal",
"minecraft:patch_tall_grass_2",
"minecraft:patch_grass_normal",
"minecraft:patch_sunflower",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -843,8 +843,8 @@ protected static Biome coconinoMeadow(HolderGetter<PlacedFeature> placedFeatureG
BiomeGenerationSettings.Builder generationSettings = setupDefaultOverworldGeneration(placedFeatureGetter, carverGetter);

BiomeDefaultFeatures.addForestFlowers(generationSettings);
addVegetal(generationSettings, VegetationPlacements.PATCH_GRASS_NORMAL);
BiomeDefaultFeatures.addPlainGrass(generationSettings);
addVegetal(generationSettings, VegetationPlacements.PATCH_GRASS_NORMAL);
addVegetal(generationSettings, VegetationPlacements.PATCH_SUNFLOWER);

BiomeDefaultFeatures.addDefaultMushrooms(generationSettings);
Expand Down

0 comments on commit d908c8a

Please sign in to comment.