Moved features from Highlands into separate biome
This commit is contained in:
parent
ad6a29936a
commit
f7b1f6baff
6 changed files with 36 additions and 8 deletions
|
@ -69,9 +69,9 @@ public class FeatureRegistry {
|
|||
|
||||
public static void registerBiomeFeatures(Identifier id, Biome biome, List<List<Supplier<ConfiguredFeature<?, ?>>>> features) {
|
||||
if (id.getNamespace().equals("minecraft")) {
|
||||
if (id.getPath().equals("end_highlands")) {
|
||||
String path = id.getPath();
|
||||
if (path.equals("end_highlands") || path.equals("end_midlands") || path.equals("small_end_islands")) {
|
||||
features.get(GenerationStep.Feature.VEGETAL_DECORATION.ordinal()).clear();
|
||||
addFeature(ROUND_CAVE, features);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue