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

Bugs that are actually features.
User avatar
DaveMcW
Smart Inserter
Smart Inserter
Posts: 3749
Joined: Tue May 13, 2014 11:06 am
Contact:

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

Post 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?
tehfreek
Filter Inserter
Filter Inserter
Posts: 391
Joined: Thu Mar 17, 2016 7:34 am
Contact:

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

Post by tehfreek »

It's gone.
  • Removed Wood from the game (And raw wood renamed to Wood).
User avatar
DaveMcW
Smart Inserter
Smart Inserter
Posts: 3749
Joined: Tue May 13, 2014 11:06 am
Contact:

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

Post by DaveMcW »

Ok thanks. :)
Post Reply

Return to “Not a bug”