7 lines
129 B
Lua
Raw Normal View History

2013-10-14 02:23:18 -07:00
value, err = minetest.require('digilines_inventory','chest')
if err then
error(err)
end
print("Digilines Inventory loaded")