2019-01-02 15:22:42 -05:00

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