[0.17.0] Wood recipe missing from demo-recipe.lua
Posted: Wed Feb 27, 2019 5:21 am
Factorio 0.16 included a "wood" recipe in demo-recipe.lua
I can't find the recipe anywhere in 0.17. Is it hard-coded into the exe now?
Code: Select all
{
type = "recipe",
name = "wood",
ingredients = {{"raw-wood", 1}},
result = "wood",
result_count = 2
},