From fb3c358f74bb4a26d967b10a7eb1d76190251c59 Mon Sep 17 00:00:00 2001 From: Treer Date: Sat, 13 Mar 2021 17:47:32 +1100 Subject: [PATCH] #43 Ethereal compatibility Ethereal clears every biome when it starts to get rid of the default mapgen, which breaks the nether and can cause crashes. Adding Ethereal as an optional dependency ensures the nether is loaded after Ethereal has already cleared the biomes. --- mod.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod.conf b/mod.conf index 84a7a01..6a7e193 100644 --- a/mod.conf +++ b/mod.conf @@ -1,4 +1,4 @@ name = nether description = Adds a deep underground realm with different mapgen that you can reach with obsidian portals. depends = stairs, default -optional_depends = moreblocks, mesecons, loot, dungeon_loot, doc_basics, fire, climate_api +optional_depends = moreblocks, mesecons, loot, dungeon_loot, doc_basics, fire, climate_api, ethereal