items to resources

This commit is contained in:
stryan 2022-05-25 16:48:27 -04:00
parent 63fb04d2fa
commit 30cbd5559b
2 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ func NewSimulator() *Simulator {
log.Println("loading techs")
loadTechs("data/tech.toml")
log.Println("loading resources")
loadResources("data/items.toml")
loadResources("data/resources.toml")
log.Println("loading converters")
loadConverters("data/converters.toml")
if len(GlobalItems) < 1 {