Update init.lua

This commit is contained in:
minefaco 2020-11-16 22:04:21 -05:00 committed by GitHub
parent a902784514
commit a4283cc633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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")