Small ore fix
This commit is contained in:
parent
971806922d
commit
1f246b7d7d
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ public class BCLCommonFeatures {
|
||||||
builder.oncePerChunks(veins);
|
builder.oncePerChunks(veins);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
builder.countMax(veins);
|
builder.count(veins);
|
||||||
}
|
}
|
||||||
|
|
||||||
return builder.build(new OreConfiguration(
|
return builder.build(new OreConfiguration(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue