Skip to content

Commit

Permalink
Remove unused VanillaBiomeSelectors.java
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph T. McQuigg <[email protected]>
  • Loading branch information
JT122406 committed Dec 13, 2024
1 parent 2fa5644 commit 46e6e2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 95 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
public class BWGOverworldDefaultFeatures {

public static void addCloverPatches(BiomeGenerationSettings.Builder gen) {
addVegetal(gen, BWGOverworldVegationPlacedFeatures.CLOVER_PATCH);
addVegetal(gen, BWGOverworldVegationPlacedFeatures.CLOVER_PATCH);
}

public static void addLeafPile(BiomeGenerationSettings.Builder gen) {
addVegetal(gen, BWGOverworldVegationPlacedFeatures.LEAF_PILE);
addVegetal(gen, BWGOverworldVegationPlacedFeatures.LEAF_PILE);
}

public static void addBWGMushrooms(BiomeGenerationSettings.Builder gen) {
addVegetal(gen, BWGOverworldVegationPlacedFeatures.MUSHROOMS);
addVegetal(gen, BWGOverworldVegationPlacedFeatures.MUSHROOMS);
}

public static void addSparseRedOakTrees(BiomeGenerationSettings.Builder gen) {
Expand Down

This file was deleted.

0 comments on commit 46e6e2e

Please sign in to comment.