Add non-functional 4k storage drive

This commit is contained in:
octacian 2017-02-08 22:29:04 -08:00
parent 1b61611ce3
commit 6ff0f58f5a
3 changed files with 10 additions and 0 deletions

View File

@ -12,3 +12,6 @@ end
-- Load API
dofile(modpath.."/api.lua")
-- Load storage devices
dofile(modpath.."/storage.lua")

7
storage.lua Normal file
View File

@ -0,0 +1,7 @@
-- microexpansion/storage.lua
-- [drive] 4k
microexpansion.register_cell("cell_4k", {
description = "4k Storage Cell",
capacity = 4000,
})

Binary file not shown.

After

Width:  |  Height:  |  Size: 534 B