mirror of
https://github.com/theFox6/microexpansion.git
synced 2024-11-22 07:03:45 +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,
|
||||
inventory_image = BASENAME.."_"..def.inventory_image..".png",
|
||||
groups = {microexpansion_cell = 1},
|
||||
stack_max = 1,
|
||||
microexpansion = {
|
||||
base_desc = def.description,
|
||||
drive = {
|
||||
|
Loading…
Reference in New Issue
Block a user