add commas

This commit is contained in:
osmarks 2018-08-13 08:48:52 +01:00
parent f8d3c9dda7
commit 85d40d76cd

View File

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