Merge branch 'oldBiomeGen' into 1.18

This commit is contained in:
Frank 2021-12-01 08:54:04 +01:00
commit 6d0b776649

View file

@ -462,6 +462,14 @@ public class BiomeAPI {
key key
)); ));
} }
/**
* Adds new structure feature to existing biome.
* @param biome {@link Biome} to add structure feature in.
* @param structure {@link BCLStructureFeature} to add.
*/
public static void addBiomeStructure(Biome biome, BCLStructureFeature structure) {
addBiomeStructure(biome, structure.getFeatureConfigured());
}
/** /**
* Adds new structure features to existing biome. * Adds new structure features to existing biome.