mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-07-12 13:30:30 +02:00
distilling out more dependencies
This commit is contained in:
@ -2,8 +2,8 @@ local modname = minetest.get_current_modname()
|
||||
local S = minetest.get_translator(modname)
|
||||
|
||||
local sound
|
||||
if minetest.get_modpath("default") then
|
||||
sound = default.node_sound_leaves_defaults()
|
||||
if minetest.get_modpath("df_dependencies") then
|
||||
sound = df_dependencies.sound_leaves()
|
||||
end
|
||||
|
||||
local get_node_box = function(connector_thickness)
|
||||
|
@ -1,2 +1,2 @@
|
||||
name=big_webs
|
||||
optional_depends=default
|
||||
optional_depends=df_dependencies
|
Reference in New Issue
Block a user