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
|
||||
local moved = unwrap(w.query_by_type("storage", {
|
||||
type = "extract",
|
||||
ID = item_type.ID
|
||||
meta = item_type.meta
|
||||
ID = item_type.ID,
|
||||
meta = item_type.meta,
|
||||
NBT_hash = item_type.NBT_hash,
|
||||
quantity = max_quantity,
|
||||
destination_inventory = conf.network_name
|
||||
|
Loading…
Reference in New Issue
Block a user