Mod says it's for Factorio .12??

Place to get help with not working mods / modding interface.
Bizobinator
Fast Inserter
Fast Inserter
Posts: 193
Joined: Fri May 06, 2016 10:35 pm
Contact:

Mod says it's for Factorio .12??

Post 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
User avatar
Klonan
Factorio Staff
Factorio Staff
Posts: 5412
Joined: Sun Jan 11, 2015 2:09 pm
Contact:

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

Post 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"
Bizobinator
Fast Inserter
Fast Inserter
Posts: 193
Joined: Fri May 06, 2016 10:35 pm
Contact:

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

Post by Bizobinator »

............................................________
....................................,.-'"...................``~.,
.............................,.-"..................................."-.,
.........................,/...............................................":,
.....................,?......................................................,
.................../...........................................................,}
................./......................................................,:`^`..}
.............../...................................................,:"........./
..............?.....__.........................................:`.........../
............./__.(....."~-,_..............................,:`........../
.........../(_...."~,_........"~,_....................,:`........_/
..........{.._$;_......"=,_......."-,_.......,.-~-,},.~";/....}
...........((.....*~_......."=-._......";,,./`..../"............../
...,,,___.`~,......"~.,....................`.....}............../
............(....`=-,,.......`........................(......;_,,-"
............/.`~,......`-...................................../
.............`~.*-,.....................................|,./.....,__
,,_..........}.>-._...................................|..............`=~-,
.....`=~-,__......`,.................................
...................`=~-,,.,...............................
................................`:,,...........................`..............__
.....................................`=-,...................,%`>--==``
........................................_..........._,-%.......`
...................................,



Yup, that was it :P
Post Reply

Return to “Modding help”