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:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user