Minor improvements
This commit is contained in:
parent
22bf4384c6
commit
39dda736af
4 changed files with 11 additions and 50 deletions
|
@ -419,6 +419,17 @@ public class BiomeAPI {
|
|||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* Adds new features to existing biome.
|
||||
* @param biome {@link Biome} to add features in.
|
||||
* @param feature {@link ConfiguredFeature} to add.
|
||||
*
|
||||
*/
|
||||
public static void addBiomeFeature(Biome biome, BCLFeature feature) {
|
||||
addBiomeFeature(biome, feature.getPlacedFeature(), feature.getFeatureStep());
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Adds new features to existing biome.
|
||||
* @param biome {@link Biome} to add features in.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue