Page 1 of 1

[0.17.0] Wood recipe missing from demo-recipe.lua

Posted: Wed Feb 27, 2019 5:21 am
by DaveMcW
Factorio 0.16 included a "wood" recipe in demo-recipe.lua

Code: Select all

{
    type = "recipe",
    name = "wood",
    ingredients = {{"raw-wood", 1}},
    result = "wood",
    result_count = 2
},
I can't find the recipe anywhere in 0.17. Is it hard-coded into the exe now?

Re: [0.17.0] Wood recipe missing from demo-recipe.lua

Posted: Wed Feb 27, 2019 5:25 am
by tehfreek
It's gone.
  • Removed Wood from the game (And raw wood renamed to Wood).

Re: [0.17.0] Wood recipe missing from demo-recipe.lua

Posted: Wed Feb 27, 2019 5:28 am
by DaveMcW
Ok thanks. :)