Search found 2 matches
- Wed Apr 22, 2020 5:12 am
- Forum: Resolved Problems and Bugs
- Topic: [0.18.19] Crash when using rail planner on modded rail entities with order property
- Replies: 3
- Views: 2568
Re: [0.18.19] Crash when using rail planner on modded rail entities with order property
Neat, thanks for the fix
- Wed Apr 22, 2020 12:27 am
- Forum: Resolved Problems and Bugs
- Topic: [0.18.19] Crash when using rail planner on modded rail entities with order property
- Replies: 3
- Views: 2568
[0.18.19] Crash when using rail planner on modded rail entities with order property
I have the following prototype in the mods directory:
local recipe = table.deepcopy(data.raw.recipe["rail"])
recipe.enabled = true
recipe.name = "tram-rail"
recipe.ingredients = {{"iron-plate",1}}
recipe.result = "tram-rail"
local tramRail = table.deepcopy(data.raw["rail-planner"]["rail ...
local recipe = table.deepcopy(data.raw.recipe["rail"])
recipe.enabled = true
recipe.name = "tram-rail"
recipe.ingredients = {{"iron-plate",1}}
recipe.result = "tram-rail"
local tramRail = table.deepcopy(data.raw["rail-planner"]["rail ...