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 {
|
||||
return BCLFeatureBuilder
|
||||
.start(id, feature)
|
||||
.oncePerChunks(density)
|
||||
.countMax(density)
|
||||
.squarePlacement()
|
||||
.heightmap()
|
||||
.onlyInBiome()
|
||||
|
@ -108,7 +108,7 @@ public class BCLCommonFeatures {
|
|||
builder.oncePerChunks(veins);
|
||||
}
|
||||
else {
|
||||
builder.oncePerChunks(veins);
|
||||
builder.countMax(veins);
|
||||
}
|
||||
|
||||
return builder.build(new OreConfiguration(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue