refactor: move biomes to use user-defined naming conventions.

Replaced "Custom" with "UserDefined" in biome classes, factories, and references for consistency and clarity. Updated relevant imports, method signatures, and internal logic to align with the new terminology. This change improves readability and better represents the purpose of these biome-related components.
This commit is contained in:
Christian Bergschneider
2025-06-04 00:05:15 +02:00
parent 858adfe866
commit 56a1feb708
10 changed files with 54 additions and 50 deletions

View File

@@ -16,7 +16,6 @@ import java.time.Duration;
import java.util.concurrent.atomic.AtomicInteger;
import com.dfsek.terra.minestom.world.TerraMinestomWorld;
import com.dfsek.terra.minestom.world.TerraMinestomWorldBuilder;
public class TerraMinestomExample {