mirror of
https://github.com/minetest-mods/digilines.git
synced 2024-11-05 18:00:18 +01:00
7 lines
129 B
Lua
7 lines
129 B
Lua
value, err = minetest.require('digilines_inventory','chest')
|
|
if err then
|
|
error(err)
|
|
end
|
|
|
|
print("Digilines Inventory loaded")
|