mirror of
https://github.com/minetest-mods/nether.git
synced 2024-11-09 12:00:21 +01:00
b51b831483
nether added technic support on April 29, and technic added nether support on May 1, resulting in them both optionally depending on each other and becoming incompatible with each other.
To resolve this, technic will keep the nether support, the compressor recipe has been moved into technic (https://github.com/minetest-mods/technic/pull/644), and this commit reverts the technic-related parts of a6d1f55f
, removing the technic dependency.
5 lines
275 B
Plaintext
5 lines
275 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 = toolranks, moreblocks, mesecons, loot, dungeon_loot, doc_basics, fire, climate_api, ethereal, xpanes, walls
|