Stone Water Well


Long pipelines to the lake are a thing of the past.

Content
5 months ago
2.0
6.01K
Fluids Cheats

g Crash when loading Factorio with the mod enabled

1 year, 5 days ago

Cheers

When trying to run with quality enabled this is what happens:

Failed to load mods: core/lualib/util.lua:803: Recipe has no results: stone-waterwell
stack traceback:
[C]: in function 'error'
core/lualib/util.lua:803: in function 'normalize_recipe_products'
quality/prototypes/recycling.lua:78: in function 'add_recipe_values'
quality/prototypes/recycling.lua:191: in function 'generate_recycling_recipe'
quality/data-updates.lua:5: in main chunk

Mods to be disabled:
• quality (2.0.13)

1 year, 5 days ago

Yes same problem. Another person who also updated this mod has the same problem.

1 year, 5 days ago

same error

1 year, 4 days ago

well, uh..

i don't own the dlc currently, so any attempts to fix this will be done blind

1 year, 4 days ago
(updated 1 year, 4 days ago)

It looks like Factorio 2.0 changed how the recipes look by default.
Changing your recipe to this seems to let it run with quality loaded.

{
type = "recipe",
name = "stone-waterwell",
energy_required = 10,
ingredients =
{
{type = "item", name = "iron-stick", amount = 4},
{type = "item", name = "stone-brick", amount = 8},
{type = "item", name = "stone", amount = 40},
{type = "item", name = "offshore-pump", amount = 1}
},
results = {{type="item", name="stone-waterwell", amount=1}}
},

1 year, 3 days ago

aight, just pushed an update

lemme know if shit still breaks

1 year, 3 days ago

woot woot, just loaded up the game and no errors popped up for this mod

This thread has been locked.