mirror of
https://github.com/raymoo/progress_tree.git
synced 2025-07-08 19:20:44 +02:00
optional default dep
This commit is contained in:
@ -0,0 +1 @@
|
|||||||
|
default?
|
||||||
|
2
init.lua
2
init.lua
@ -152,4 +152,6 @@ function pd_methods.learn(self, name)
|
|||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
if minetest.get_modpath("default") then
|
||||||
dofile(minetest.get_modpath(minetest.get_current_modname()) .. "/test.lua")
|
dofile(minetest.get_modpath(minetest.get_current_modname()) .. "/test.lua")
|
||||||
|
end
|
||||||
|
Reference in New Issue
Block a user