Skip to content

Commit

Permalink
0.13.4 build
Browse files Browse the repository at this point in the history
  • Loading branch information
veden committed Oct 15, 2016
1 parent becacaf commit 57f0b7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions info.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name" : "Rampant",
"factorio_version" : "0.14",
"version" : "0.14.4",
"factorio_version" : "0.13",
"version" : "0.13.4",
"title" : "Rampant AI",
"author" : "Veden",
"homepage" : "https://forums.factorio.com/viewtopic.php?f=94&t=31445",
Expand Down
4 changes: 2 additions & 2 deletions make.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

;(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 zipModFolder "/data/games/factorio14.14/mods/")
(define modFolder "/data/games/factorio13.201/mods/")
(define zipModFolder "/data/games/factorio13.202/mods/")
(define configuration (call-with-input-file "info.json"
(lambda (port)
(string->jsexpr (port->string port)))))
Expand Down

0 comments on commit 57f0b7a

Please sign in to comment.