Skip to content

Commit

Permalink
let frozen caves actually gen ores
Browse files Browse the repository at this point in the history
  • Loading branch information
AViewFromTheTop committed Feb 28, 2025
1 parent ecc9793 commit f581231
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 @@ -32,8 +32,7 @@
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode",
"wilderwild:ice_paths"
"minecraft:amethyst_geode"
],
[
"minecraft:fossil_upper",
Expand Down Expand Up @@ -76,6 +75,7 @@
"wilderwild:ore_diorite_extra"
],
[
"wilderwild:ice_paths",
"wilderwild:fragile_ice_disk",
"wilderwild:packed_ice_disk",
"wilderwild:fragile_ice_pile",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ public void addFeatures(@NotNull BiomeGenerationSettings.Builder features) {
BiomeDefaultFeatures.addDefaultExtraVegetation(features);
BiomeDefaultFeatures.addDefaultCarversAndLakes(features);
features.addFeature(GenerationStep.Decoration.UNDERGROUND_ORES, WWCavePlaced.ORE_DIORITE_EXTRA.getKey());
features.addFeature(GenerationStep.Decoration.UNDERGROUND_DECORATION, WWCavePlaced.ICE_PATHS.getKey());
features.addFeature(GenerationStep.Decoration.UNDERGROUND_DECORATION, WWCavePlaced.FRAGILE_ICE_DISK.getKey());
features.addFeature(GenerationStep.Decoration.LOCAL_MODIFICATIONS, WWCavePlaced.ICE_PATHS.getKey());
features.addFeature(GenerationStep.Decoration.UNDERGROUND_DECORATION, WWCavePlaced.PACKED_ICE_DISK.getKey());
features.addFeature(GenerationStep.Decoration.UNDERGROUND_DECORATION, WWCavePlaced.FRAGILE_ICE_PILE.getKey());
features.addFeature(GenerationStep.Decoration.UNDERGROUND_DECORATION, WWCavePlaced.HANGING_PACKED_ICE.getKey());
Expand Down

0 comments on commit f581231

Please sign in to comment.