mirror of
https://github.com/mt-mods/home_workshop_modpack.git
synced 2025-01-11 18:50:24 +01:00
10 lines
286 B
Lua
10 lines
286 B
Lua
local path = computers.modpath .. "/nodes"
|
|
|
|
dofile(path .. "/node_api.lua")
|
|
dofile(path .. "/nodes.lua")
|
|
dofile(path .. "/tetris.lua")
|
|
dofile(path .. "/aliases.lua")
|
|
|
|
if minetest.get_modpath("default") and minetest.get_modpath("basic_materials") then
|
|
dofile(path .. "/recipes.lua")
|
|
end |