mirror of
https://gitlab.com/lunovox/minertrade.git
synced 2025-03-16 05:51:21 +00:00
9 lines
388 B
Lua
9 lines
388 B
Lua
|
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)
|
||
|
},
|
||
|
}
|