From 40fc06ae669f8142dd7d735afad8529375d6118d Mon Sep 17 00:00:00 2001 From: Lunovox Date: Mon, 7 May 2018 04:24:32 -0300 Subject: [PATCH] =?UTF-8?q?Atualizando=20tamanho=20do=20invent=C3=A1rio=20?= =?UTF-8?q?do=20cofre.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.lua b/config.lua index f267490..3d7b8d6 100644 --- a/config.lua +++ b/config.lua @@ -2,7 +2,7 @@ modMinerTrade = { urlTabela = minetest.get_worldpath().."/minertrade.db", --Extensao '.tbl' ou '.db' delayConstruct = 1800, -- Após colocar o atm ou o strongbox no chão existe um intervalo 1800 segundos para começar a utilizá-los. size = { - width = 6, --Slots number of atm and strongbox (Default:6 Max:8) - height = 2, --Slots number of atm and strongbox (Default:2 Max:4) + width = 8, --Slots number of atm and strongbox (Default:6 Max:8) + height = 4, --Slots number of atm and strongbox (Default:2 Max:4) }, }