Update init.lua

This commit is contained in:
minefaco
2020-11-16 22:04:21 -05:00
committed by GitHub
parent a902784514
commit a4283cc633

View File

@@ -1,5 +1,5 @@
-- get modpath
local mpath = minetest.get_modpath("chisel_tree")
local mpath = minetest.get_modpath("stripped_tree")
-- load functions
dofile(mpath .. "/functions.lua")