dfcaverns/df_dependencies
FaceDeer 57792c07f8 distilling out more dependencies 2022-08-01 21:38:01 -06:00
..
locale Getting started on moving all default dependencies to a single root mod 2022-08-01 17:37:41 -06:00
README.md initial work 2022-08-01 11:51:14 -06:00
init.lua call it "minetest_game" compatibility instead of "default" compatibility 2022-08-01 12:40:08 -06:00
minetest_game.lua distilling out more dependencies 2022-08-01 21:38:01 -06:00
mod.conf distilling out more dependencies 2022-08-01 21:38:01 -06:00

README.md

The DF_Caverns modpack was originally written based on the minetest_game. It made extensive use of various nodes and helper functions that came from minetest_game's constituent mods.

When Mineclone games rose in popularity, the task of making it compatible was a daunting one - there were dependencies on minetest_game's mods scattered everywhere. To make the task manageable, I created this mod to serve as a central location where analogous objects could be taken from those games to be referenced in a generic way.