mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-06-28 14:36:20 +02:00
Modpack refactor (#4)
Split this mod into a set of sub-mods in a modpack, and in the process did a whole bunch of renovations. * updated Subterrane's API to allow for more patterned placement of things * added "warrens" * clean separation of flooded and non-flooded caverns * rearranged biomes to make cavern layers more distinct * added oil layer * added underworld layer
This commit is contained in:
8
.gitmodules
vendored
Normal file
8
.gitmodules
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
[submodule "mapgen_helper"]
|
||||
path = mapgen_helper
|
||||
url = https://github.com/minetest-mods/mapgen_helper
|
||||
branch = master
|
||||
[submodule "subterrane"]
|
||||
path = subterrane
|
||||
url = https://github.com/minetest-mods/subterrane
|
||||
branch = master
|
Reference in New Issue
Block a user