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

Recycling hiding logic #1577

Open
wants to merge 3 commits into
base: unstable
Choose a base branch
from

Conversation

MauveCloud
Copy link
Collaborator

After seeing #1231 I looked at how this was implemented, and it made no sense to me. Hide any auto-generated furnace/alloy smelter/macerator recipe that didn't involve iron, and any arc furnace recipe unless it involved iron, wrought iron, copper, or annealed copper (which leaves a lot of machines still listed when looking up how to make annealed copper)? That's the wrong approach IMO. I've taken bear989's suggestion and hidden recipes for recycling machines, as well as special metaitems like motors and conveyor modules.

Instead of checking for inclusion of iron, copper, etc. in the materials, the item itself is compared against the GT machine block and also checks if it is a non-prefixed metaitem such as a motor or conveyor module.
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

Successfully merging this pull request may close these issues.

1 participant