Fixed BCLFeature
This commit is contained in:
parent
ddddfa1492
commit
99840b8ee2
5 changed files with 78 additions and 47 deletions
|
@ -235,7 +235,7 @@ public class BCLBiomeDef {
|
|||
public BCLBiomeDef addFeature(BCLFeature feature) {
|
||||
FeatureInfo info = new FeatureInfo();
|
||||
info.featureStep = feature.getFeatureStep();
|
||||
info.feature = feature.getFeatureConfigured();
|
||||
info.feature = feature.getPlacedFeature();
|
||||
features.add(info);
|
||||
return this;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue