Removed DefaultBiomeCreatorMixin
This commit is contained in:
parent
112783835e
commit
ad59f5b80d
4 changed files with 9 additions and 38 deletions
|
@ -38,6 +38,7 @@ public class StructureRegistry {
|
|||
public static void registerBiomeStructures(Identifier id, Biome biome, Collection<Supplier<ConfiguredStructureFeature<?, ?>>> structures) {
|
||||
if (id.getNamespace().equals("minecraft")) {
|
||||
if (id.getPath().equals("end_highlands")) {
|
||||
structures.clear();
|
||||
addStructure(MOUNTAIN, structures);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue