Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add_ingredient cant find items that are modules #150

Open
kingarthur91 opened this issue Oct 13, 2020 · 0 comments
Open

add_ingredient cant find items that are modules #150

kingarthur91 opened this issue Oct 13, 2020 · 0 comments
Labels

Comments

@kingarthur91
Copy link

Describe the Bug

have a recipe with add_ingredient attempting to add an module type object as an ingredient even though the module is valid and exists in data.raw before the data-updates phase where the code is attempting to add it.

To Reproduce

load the latest version of pyalienlife.

Save file & Username

n/a data stage issue and nothing to show in a save file.

Log file

10.360 Script @__stdlib__/stdlib/data/data.lua:39: Item item/seaweed does not exist. [__stdlib__/stdlib/data/data.lua:490 in Item, __stdlib__/stdlib/data/recipe.lua:28 in format, __stdlib__/stdlib/data/recipe.lua:62 in get_difficulties, __stdlib__/stdlib/data/recipe.lua:102 in add_ingredient, @__pyalienlife__/prototypes/updates/pyfusionenergy-updates.lua:40 in ???] 10.360 Script @__stdlib__/stdlib/data/data.lua:39: Item item/moss does not exist. [__stdlib__/stdlib/data/data.lua:490 in Item, __stdlib__/stdlib/data/recipe.lua:28 in format, __stdlib__/stdlib/data/recipe.lua:62 in get_difficulties, __stdlib__/stdlib/data/recipe.lua:102 in add_ingredient, @__pyalienlife__/prototypes/updates/pyfusionenergy-updates.lua:40 in ???]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant