forked from minetest-mods/nether
fb3c358f74
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.
5 lines
249 B
Plaintext
5 lines
249 B
Plaintext
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, ethereal
|