diff --git a/computers/init.lua b/computers/init.lua index 5209d04..55849b4 100644 --- a/computers/init.lua +++ b/computers/init.lua @@ -4,6 +4,8 @@ computers.storagepath = minetest.get_worldpath() .. "/computers" computers.devicepath = computers.storagepath .. "/devices" computers.networkpath = computers.storagepath .. "/networks" minetest.mkdir(computers.storagepath) --make sure it exists +minetest.mkdir(computers.devicepath) --make sure it exists +minetest.mkdir(computers.networkpath) --make sure it exists computers.os = { version = 0.4,