mirror of
https://github.com/raymoo/progress_tree.git
synced 2025-06-21 02:40:37 +02:00
optional default dep
This commit is contained in:
parent
2324eaccce
commit
cbd31ab56f
@ -0,0 +1 @@
|
||||
default?
|
4
init.lua
4
init.lua
@ -152,4 +152,6 @@ function pd_methods.learn(self, name)
|
||||
end
|
||||
|
||||
|
||||
dofile(minetest.get_modpath(minetest.get_current_modname()) .. "/test.lua")
|
||||
if minetest.get_modpath("default") then
|
||||
dofile(minetest.get_modpath(minetest.get_current_modname()) .. "/test.lua")
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user