Fixes
This commit is contained in:
parent
b03dc50726
commit
971806922d
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ public class BCLCommonFeatures {
|
||||||
else {
|
else {
|
||||||
return BCLFeatureBuilder
|
return BCLFeatureBuilder
|
||||||
.start(id, feature)
|
.start(id, feature)
|
||||||
.oncePerChunks(density)
|
.countMax(density)
|
||||||
.squarePlacement()
|
.squarePlacement()
|
||||||
.heightmap()
|
.heightmap()
|
||||||
.onlyInBiome()
|
.onlyInBiome()
|
||||||
|
@ -108,7 +108,7 @@ public class BCLCommonFeatures {
|
||||||
builder.oncePerChunks(veins);
|
builder.oncePerChunks(veins);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
builder.oncePerChunks(veins);
|
builder.countMax(veins);
|
||||||
}
|
}
|
||||||
|
|
||||||
return builder.build(new OreConfiguration(
|
return builder.build(new OreConfiguration(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue