From 85d40d76cd2d66d222fb8aa1b81185f9ec3c6b51 Mon Sep 17 00:00:00 2001 From: osmarks Date: Mon, 13 Aug 2018 08:48:52 +0100 Subject: [PATCH] add commas --- client.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client.lua b/client.lua index 2a7c3c1..da2ea37 100644 --- a/client.lua +++ b/client.lua @@ -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