create built-in substitutes for fireflies and bones mods for when those aren't available

This commit is contained in:
FaceDeer
2022-08-11 13:41:51 -06:00
parent 56850bb7e7
commit 88f950a21a
21 changed files with 368 additions and 20 deletions

View File

@ -6,6 +6,7 @@ local modpath = minetest.get_modpath(modname)
local S = minetest.get_translator(modname)
local bones_loot_path = minetest.get_modpath("bones_loot")
local bones_node = df_dependencies.node_name_bones
local named_waypoints_path = minetest.get_modpath("named_waypoints")
local name_generator_path = minetest.get_modpath("name_generator")