You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue:
With the removal of normal and expensive ingredients, the optional ingredients field is now required. Which means that this block of code now gets processed by the recipe builder (RB.build and check_ingredients):
Impacts 2.0-prep branch.
Issue:
With the removal of
normal
andexpensive
ingredients, the optionalingredients
field is now required. Which means that this block of code now gets processed by the recipe builder (RB.build
andcheck_ingredients
):mods/angelsrefining/prototypes/override/refining-override-water-treatment.lua
Lines 318 to 340 in 4fd9089
Whereupon it attempts to multiply a string
"water"
by a number and throws an exception.The text was updated successfully, but these errors were encountered: