mirror of
https://github.com/minetest-mods/technic.git
synced 2024-11-10 04:20:26 +01:00
5 lines
138 B
Lua
5 lines
138 B
Lua
-- load api
|
|
dofile(minetest.get_modpath("unified_inventory").."/api.lua")
|
|
|
|
dofile(minetest.get_modpath("unified_inventory").."/bags.lua")
|