More biome builder functions (generation settings, music)
This commit is contained in:
parent
14ab0c878b
commit
c7c11d0b4c
7 changed files with 73 additions and 7 deletions
|
@ -217,7 +217,7 @@ public class BCLBiomeDef {
|
|||
|
||||
public BCLBiomeDef addFeature(BCLFeature feature) {
|
||||
FeatureInfo info = new FeatureInfo();
|
||||
info.featureStep = feature.getFeatureStep();
|
||||
info.featureStep = feature.getDecoration();
|
||||
info.feature = feature.getPlacedFeature();
|
||||
features.add(info);
|
||||
return this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue