Atualizando tamanho do inventário do cofre.

This commit is contained in:
Lunovox 2018-05-07 04:24:32 -03:00
parent 88948f10b9
commit 40fc06ae66

View file

@ -2,7 +2,7 @@ modMinerTrade = {
urlTabela = minetest.get_worldpath().."/minertrade.db", --Extensao '.tbl' ou '.db' 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. 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 = { size = {
width = 6, --Slots number of atm and strongbox (Default:6 Max:8) width = 8, --Slots number of atm and strongbox (Default:6 Max:8)
height = 2, --Slots number of atm and strongbox (Default:2 Max:4) height = 4, --Slots number of atm and strongbox (Default:2 Max:4)
}, },
} }