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

[0.2.4]The fix for 'organics'->'organic-matter' does not handles the case where PyAL is not active #12

Open
clampi opened this issue Jun 19, 2020 · 0 comments

Comments

@clampi
Copy link

clampi commented Jun 19, 2020

Short Description

The fix for PyAL does not correctly handles the case where PyAL is not active.

Expected result

If I don't have PyAL, I should be able to stack 'organics'

Further Info

I am not sure how PyAL does the switch, but if it does a blind global recipe ingredient replace, in the same way as angel mods often does, you'll have to check and correct the stacking recipe in data-final-fixes.
Another fix would be to stack 'organics' in migrations/shared/pycoalprocessing.lua

if not mods["pyalienlife"] then
-- conditional add 'organics' the value to the returned array
end

and in migrations/shared/pyalienlife.lua

if mods["pyalienlife"] then -- this check should be file-wide, not just for this item
-- conditional add 'organic-matter' the value to the returned array
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant