summaryrefslogtreecommitdiff
path: root/digilines_inventory/init.lua
blob: 5a2e96df6d9d112a8b6df5053d0c3d3c1323e23d (plain)
1
2
3
4
5
6
value, err = minetest.require('digilines_inventory','chest')
if err then
    error(err)
end

print("Digilines Inventory loaded")