Merge branch 'oldBiomeGen' into 1.18
This commit is contained in:
commit
6d0b776649
1 changed files with 8 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue