mirror of
https://github.com/theFox6/microexpansion.git
synced 2024-11-26 00:53:47 +01:00
ME Drives: limit stack max to 1
This commit is contained in:
parent
ad39812498
commit
a10f2527c0
@ -13,6 +13,7 @@ function microexpansion.register_cell(itemstring, def)
|
|||||||
description = def.description,
|
description = def.description,
|
||||||
inventory_image = BASENAME.."_"..def.inventory_image..".png",
|
inventory_image = BASENAME.."_"..def.inventory_image..".png",
|
||||||
groups = {microexpansion_cell = 1},
|
groups = {microexpansion_cell = 1},
|
||||||
|
stack_max = 1,
|
||||||
microexpansion = {
|
microexpansion = {
|
||||||
base_desc = def.description,
|
base_desc = def.description,
|
||||||
drive = {
|
drive = {
|
||||||
|
Loading…
Reference in New Issue
Block a user