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
|
@ -36,12 +36,12 @@ public class StructureRegistry {
|
|||
}
|
||||
|
||||
public static void registerBiomeStructures(Identifier id, Biome biome, Collection<Supplier<ConfiguredStructureFeature<?, ?>>> structures) {
|
||||
if (id.getNamespace().equals("minecraft")) {
|
||||
/*if (id.getNamespace().equals("minecraft")) {
|
||||
if (id.getPath().equals("end_highlands")) {
|
||||
structures.clear();
|
||||
addStructure(MOUNTAIN, structures);
|
||||
}
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
private static void addStructure(EndStructureFeature feature, Collection<Supplier<ConfiguredStructureFeature<?, ?>>> collection) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue