ME Drives: limit stack max to 1

This commit is contained in:
octacian 2017-02-23 22:21:48 -08:00
parent ad39812498
commit a10f2527c0
1 changed files with 1 additions and 0 deletions

View File

@ -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 = {