add commas
This commit is contained in:
parent
f8d3c9dda7
commit
85d40d76cd
@ -48,8 +48,8 @@ local commands = {
|
|||||||
if quantity < 64 then max_quantity = quantity end
|
if quantity < 64 then max_quantity = quantity end
|
||||||
local moved = unwrap(w.query_by_type("storage", {
|
local moved = unwrap(w.query_by_type("storage", {
|
||||||
type = "extract",
|
type = "extract",
|
||||||
ID = item_type.ID
|
ID = item_type.ID,
|
||||||
meta = item_type.meta
|
meta = item_type.meta,
|
||||||
NBT_hash = item_type.NBT_hash,
|
NBT_hash = item_type.NBT_hash,
|
||||||
quantity = max_quantity,
|
quantity = max_quantity,
|
||||||
destination_inventory = conf.network_name
|
destination_inventory = conf.network_name
|
||||||
|
Loading…
Reference in New Issue
Block a user