9
0
mirror of https://github.com/BX-Team/DivineMC.git synced 2025-12-21 15:59:23 +00:00

set dfc path to settings.chunks

This commit is contained in:
Artem Ostrasev
2025-05-21 22:18:11 +03:00
committed by GitHub
parent 4ec3d67e19
commit 67872d701b

View File

@@ -239,7 +239,7 @@ public class DivineConfig {
slopesVisualFix = getBoolean("settings.chunks.slopes-visual-fix", slopesVisualFix, slopesVisualFix = getBoolean("settings.chunks.slopes-visual-fix", slopesVisualFix,
"Fixes MC-258859, fixing slopes visual bug in biomes like Snowy Slopes, Frozen Peaks, Jagged Peaks, and including Terralith."); "Fixes MC-258859, fixing slopes visual bug in biomes like Snowy Slopes, Frozen Peaks, Jagged Peaks, and including Terralith.");
enableDensityFunctionCompiler = getBoolean("settings.chunk-generation.experimental.enable-density-function-compiler", enableDensityFunctionCompiler, enableDensityFunctionCompiler = getBoolean("settings.chunks.experimental.enable-density-function-compiler", enableDensityFunctionCompiler,
"Whether to use density function compiler to accelerate world generation", "Whether to use density function compiler to accelerate world generation",
"", "",
"Density function: https://minecraft.wiki/w/Density_function", "Density function: https://minecraft.wiki/w/Density_function",