Rename 8k drive to 4k
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
-- microexpansion/storage.lua
|
||||
|
||||
-- [drive] 4k
|
||||
microexpansion.register_cell("cell_4k", {
|
||||
description = "4k Storage Cell",
|
||||
capacity = 4000,
|
||||
-- [drive] 8k
|
||||
microexpansion.register_cell("cell_8k", {
|
||||
description = "8k Storage Cell",
|
||||
capacity = 8000,
|
||||
})
|
||||
|
Reference in New Issue
Block a user