mirror of
https://gitlab.com/lunovox/minertrade.git
synced 2025-03-21 16:01:22 +00:00
Atualizando tamanho do inventário do cofre.
This commit is contained in:
parent
88948f10b9
commit
40fc06ae66
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue