Page 1 of 1

Mod says it's for Factorio .12??

Posted: Sun Jan 29, 2017 6:20 pm
by Bizobinator
I'm working on a mod, and I've finally gotten to the testing stage.

However, when I loaded the mod up, for some reasons it was red & said that it was made for Factorio version .12 (even though I have it set for version .14).

Here's the info.json code:

Code: Select all

{
  "name": "sewage_pipe",
  "version": "0.1.0",
  "factorio version": "0.14",
  "title": "Sewage Pipe",
  "author": "Bizobinator88",
  "description": "Adds a sewage pipe, which dumps liquids into the water, but generates a lot of pollution",
  "dependencies": ["base >= 0.14.0", "? bobplates >= 0.14.0"]
}

Any idea what's going on? I am quite perplexed o_O

Re: Mod says it's for Factorio .12??

Posted: Sun Jan 29, 2017 6:43 pm
by Klonan
Bizobinator wrote:I'm working on a mod, and I've finally gotten to the testing stage.

However, when I loaded the mod up, for some reasons it was red & said that it was made for Factorio version .12 (even though I have it set for version .14).

Here's the info.json code:

Code: Select all

{
  "name": "sewage_pipe",
  "version": "0.1.0",
  "factorio version": "0.14",
  "title": "Sewage Pipe",
  "author": "Bizobinator88",
  "description": "Adds a sewage pipe, which dumps liquids into the water, but generates a lot of pollution",
  "dependencies": ["base >= 0.14.0", "? bobplates >= 0.14.0"]
}

Any idea what's going on? I am quite perplexed o_O
It should be "factorio_version"

Re: Mod says it's for Factorio .12??

Posted: Sun Jan 29, 2017 9:21 pm
by Bizobinator
............................................________
....................................,.-'"...................``~.,
.............................,.-"..................................."-.,
.........................,/...............................................":,
.....................,?......................................................,
.................../...........................................................,}
................./......................................................,:`^`..}
.............../...................................................,:"........./
..............?.....__.........................................:`.........../
............./__.(....."~-,_..............................,:`........../
.........../(_...."~,_........"~,_....................,:`........_/
..........{.._$;_......"=,_......."-,_.......,.-~-,},.~";/....}
...........((.....*~_......."=-._......";,,./`..../"............../
...,,,___.`~,......"~.,....................`.....}............../
............(....`=-,,.......`........................(......;_,,-"
............/.`~,......`-...................................../
.............`~.*-,.....................................|,./.....,__
,,_..........}.>-._...................................|..............`=~-,
.....`=~-,__......`,.................................
...................`=~-,,.,...............................
................................`:,,...........................`..............__
.....................................`=-,...................,%`>--==``
........................................_..........._,-%.......`
...................................,



Yup, that was it :P