fixing up the puzzle seal to work in both

This commit is contained in:
FaceDeer
2022-08-09 00:36:59 -06:00
parent e76a91c968
commit 82c4950715
5 changed files with 59 additions and 20 deletions

View File

@ -2,7 +2,7 @@ local modname = minetest.get_current_modname()
local S = minetest.get_translator(modname)
local sound
if minetest.get_modpath("df_dependencies") then
if df_dependencies.sound_leaves then
sound = df_dependencies.sound_leaves()
end