mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 22:33:16 -04:00
Add dofile for crafting.lua
This commit is contained in:
parent
89a1a15698
commit
4b3373f489
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ local player_pos = {}
|
||||||
local player_pos_previous = {}
|
local player_pos_previous = {}
|
||||||
|
|
||||||
dofile(minetest.get_modpath("moontest").."/nodes.lua")
|
dofile(minetest.get_modpath("moontest").."/nodes.lua")
|
||||||
|
dofile(minetest.get_modpath("moontest").."/crafting.lua")
|
||||||
|
|
||||||
-- Globalstep function
|
-- Globalstep function
|
||||||
minetest.register_globalstep(function(dtime)
|
minetest.register_globalstep(function(dtime)
|
||||||
|
|
Loading…
Add table
Reference in a new issue