conf.lua 101 B

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