From a64e437c3c6618d0d65c98310283b2a542240190 Mon Sep 17 00:00:00 2001 From: Frank Date: Wed, 25 May 2022 14:02:03 +0200 Subject: [PATCH] Code clean --- .../java/org/betterx/bclib/api/worldgen/SurfaceRuleUtil.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/java/org/betterx/bclib/api/worldgen/SurfaceRuleUtil.java b/src/main/java/org/betterx/bclib/api/worldgen/SurfaceRuleUtil.java index f6dc8552..4fa1f75b 100644 --- a/src/main/java/org/betterx/bclib/api/worldgen/SurfaceRuleUtil.java +++ b/src/main/java/org/betterx/bclib/api/worldgen/SurfaceRuleUtil.java @@ -8,7 +8,6 @@ import net.minecraft.resources.ResourceLocation; import net.minecraft.server.level.ServerLevel; import net.minecraft.world.level.biome.Biome; import net.minecraft.world.level.biome.BiomeSource; -import net.minecraft.world.level.levelgen.SurfaceRules; import net.minecraft.world.level.levelgen.SurfaceRules.RuleSource; import org.betterx.bclib.api.biomes.BiomeAPI; import org.betterx.bclib.mixin.common.NoiseGeneratorSettingsMixin; @@ -36,7 +35,7 @@ public class SurfaceRuleUtil { * will be added to the result *

* Note: This Method is used in the {@link NoiseGeneratorSettingsMixin} which in turn - * is called from {@link #applyModifications(ServerLevel)}. + * is called from {@link BiomeAPI#applyModifications(ServerLevel)}. * * @param sources The Set of {@link BiomeSource} we want to consider * @return A list of {@link RuleSource}-Objects that are needed to create those Biomes