From d2b5443a25844158b66b104837c1cd0442d3b921 Mon Sep 17 00:00:00 2001 From: FaceDeer Date: Sat, 27 Mar 2021 01:21:19 -0600 Subject: [PATCH] ensure dfcaverns get carved before chasms this has an unfortunate tradeoff. Chasms will no longer have floating giant columns in them, but will also no longer have smaller stalactites and stalagmites. Also will carve chasms through lake water. Not sure if this is ideal. --- chasms/mod.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chasms/mod.conf b/chasms/mod.conf index 360589f..554fd11 100644 --- a/chasms/mod.conf +++ b/chasms/mod.conf @@ -1,2 +1,3 @@ name=chasms -depends=mapgen_helper \ No newline at end of file +depends=mapgen_helper +optional_depends=df_caverns \ No newline at end of file