6 lines
101 B
Lua
Executable File
6 lines
101 B
Lua
Executable File
local conf = {}
|
|
|
|
-- set this to 'true' to make ingots 8 times larger
|
|
conf.is_big = false
|
|
|
|
return conf |