diff --git a/README.md b/README.md index 16dad7e..721987b 100644 --- a/README.md +++ b/README.md @@ -34,11 +34,12 @@ Base Expansion 0.14.2 - adjusted unit retreat group size threshold adjusted squad attack pattern (https://forums.factorio.com/viewtopic.php?f=94&t=31445&start=20#p203861) __ + Fixed migration issue 0.14.1 - fixed ai created bases not being counted in logic Optimization to offset ai created bases scanning -0.13.2 = 0.14.2 +0.13.2 = 0.14.2 0.13.1 - backported 0.14 factorio version to 0.13 factorio version diff --git a/make.rkt b/make.rkt index 778b156..b05dce0 100644 --- a/make.rkt +++ b/make.rkt @@ -5,7 +5,7 @@ ;(define modFolder "C:/Users/veden/AppData/Roaming/Factorio/mods/") ;(define zipModFolder "C:/Program Files/Factorio_0.14.1/mods/") - (define modFolder "/home/veden/.factorio/mods/") + (define modFolder "/data/games/factorio13.20/mods/") (define zipModFolder "/data/games/factorio13.20/mods/") (define configuration (call-with-input-file "info.json" (lambda (port)