conf.lua 101 B

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