From 971806922db1e57144d4e1b2b4306c1dcefbd409 Mon Sep 17 00:00:00 2001 From: paulevsGitch Date: Thu, 23 Dec 2021 16:15:14 +0300 Subject: [PATCH] Fixes --- src/main/java/ru/bclib/api/features/BCLCommonFeatures.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/ru/bclib/api/features/BCLCommonFeatures.java b/src/main/java/ru/bclib/api/features/BCLCommonFeatures.java index 4e75fba2..4e4b7ee4 100644 --- a/src/main/java/ru/bclib/api/features/BCLCommonFeatures.java +++ b/src/main/java/ru/bclib/api/features/BCLCommonFeatures.java @@ -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(