add commas

This commit is contained in:
osmarks 2018-08-13 08:48:52 +01:00
parent f8d3c9dda7
commit 85d40d76cd
1 changed files with 2 additions and 2 deletions

View File

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