juanchi/mods/ingots/conf.lua

6 lines
101 B
Lua

local conf = {}
-- set this to 'true' to make ingots 8 times larger
conf.is_big = false
return conf