diff --git a/data/items.toml b/data/resources.toml similarity index 100% rename from data/items.toml rename to data/resources.toml diff --git a/simulator/simulator.go b/simulator/simulator.go index 61da41f..080759a 100644 --- a/simulator/simulator.go +++ b/simulator/simulator.go @@ -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 {