mirror of
https://github.com/theFox6/microexpansion.git
synced 2024-11-22 15:13:51 +01:00
Add 4k storage drive item
This commit is contained in:
parent
1b61611ce3
commit
b3fe7b432c
3
init.lua
3
init.lua
@ -12,3 +12,6 @@ end
|
|||||||
|
|
||||||
-- Load API
|
-- Load API
|
||||||
dofile(modpath.."/api.lua")
|
dofile(modpath.."/api.lua")
|
||||||
|
|
||||||
|
-- Load storage devices
|
||||||
|
dofile(modpath.."/storage.lua")
|
||||||
|
7
storage.lua
Normal file
7
storage.lua
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-- microexpansion/storage.lua
|
||||||
|
|
||||||
|
-- [drive] 4k
|
||||||
|
microexpansion.register_cell("cell_4k", {
|
||||||
|
description = "4k Storage Cell",
|
||||||
|
capacity = 4000,
|
||||||
|
})
|
BIN
textures/microexpansion_cell_4k.png
Normal file
BIN
textures/microexpansion_cell_4k.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 534 B |
Loading…
Reference in New Issue
Block a user