e78ba700a1
Started flattening recipes.
12 lines
366 B
Lua
12 lines
366 B
Lua
-- LUALOCALS < ---------------------------------------------------------
|
|
local dofile, minetest
|
|
= dofile, minetest
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
local modname = minetest.get_current_modname()
|
|
local path = minetest.get_modpath(modname)
|
|
|
|
dofile(path .. "/api.lua")
|
|
dofile(path .. "/node.lua")
|
|
dofile(path .. "/abm.lua")
|