[1.1.86] Crash when rocket silo has fluid recipe with no fluid boxes

Things that has been reported already before.
Post Reply
Xorimuth
Filter Inserter
Filter Inserter
Posts: 626
Joined: Sat Mar 02, 2019 9:39 pm
Contact:

[1.1.86] Crash when rocket silo has fluid recipe with no fluid boxes

Post by Xorimuth »

Adding the following code will cause a crash when you hold a rocket silo in your cursor.

Code: Select all

data.raw.recipe["rocket-part"].ingredients = {
  {"rocket-control-unit", 10},
  {"low-density-structure", 10},
  {type = "fluid", name = "steam", amount = 100},
}
Can be prevented in my mod by actually adding a fluid box to the rocket silo, so no big deal.
factorio-previous.log
(19.11 KiB) Downloaded 31 times
My mods
Content: Freight Forwarding | Spidertron Patrols | Spidertron Enhancements | Power Overload
QoL: Factory Search | Remote Configuration | Module Inserter Simplified | Wire Shortcuts X | Ghost Warnings


Post Reply

Return to “Duplicates”