-
Notifications
You must be signed in to change notification settings - Fork 305
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
Don't ignore Tinker's Construct blocks in ore registration. #3709
Conversation
This lets them work with the Type Filter machines, and it shouldn't cause unwanted unification or recipe creation.
for the gravel ore: doesnt this create duplicate recipes? and different ones most likely as the current ones dont have byproducts? (looking at iron as an example right now) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks
This lets them work with the Type Filter machines, and it shouldn't cause unwanted unification.
Incidentally this also works for the various gravel ores which would also get picked up by the type filter. This would be appropriate since they have the same macerator recipes as their regular ore counterparts.
The only side effect I noticed in the full pack is one additional duplicated compressor recipe for metal blocks of TiCo types like Cobalt, so they have 3 copies of the exact same recipe instead of 2. I'm given to understand this problem is to be handled by switching Materials system altogether and so it would be safe to ignore for the context of this PR.
Would fix GTNewHorizons/GT-New-Horizons-Modpack#15990