Add dofile for crafting.lua

This commit is contained in:
Craig 2014-05-07 16:38:25 +01:00
parent 89a1a15698
commit 4b3373f489

View file

@ -7,6 +7,7 @@ local player_pos = {}
local player_pos_previous = {}
dofile(minetest.get_modpath("moontest").."/nodes.lua")
dofile(minetest.get_modpath("moontest").."/crafting.lua")
-- Globalstep function
minetest.register_globalstep(function(dtime)