Getting started on moving all default dependencies to a single root mod

This commit is contained in:
FaceDeer
2022-08-01 17:37:41 -06:00
parent e5ceed23b8
commit b6c4dedcfb
23 changed files with 359 additions and 264 deletions

View File

@ -6,5 +6,5 @@ df_underworld_items.abm_neighbors.pit_plasma = {"group:stone", "df_underworld_it
-- This stuff should only be used during initialization
minetest.after(0, function()
df_underworld_items.node_name = nil
df_underworld_items.abm_neighbors = nil
end)