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

Prioritize shaped recipes over shapeless ones. #2881

Closed
beyondlimits opened this issue Jul 4, 2015 · 3 comments
Closed

Prioritize shaped recipes over shapeless ones. #2881

beyondlimits opened this issue Jul 4, 2015 · 3 comments
Labels
Feature request Issues that request the addition or enhancement of a feature

Comments

@beyondlimits
Copy link
Contributor

Currently shapeless recipes may get in conflict with shaped, overriding them. Since shaped recipes have narrower scope, prioritizing them over shapeless could bring more flexibility to the API and allow modders to write less code to avoid conflicts.

Example: https://github.com/Calinou/moreblocks/blob/master/stairsplus/slabs.lua#L69 cannot be declared shapeless, because it may conflict with https://github.com/Calinou/moreblocks/blob/master/stairsplus/stairs.lua#L206.

@est31 est31 added the Feature request Issues that request the addition or enhancement of a feature label Jul 4, 2015
@nanepiwo
Copy link

nanepiwo commented Jul 5, 2015

+1

@beyondlimits
Copy link
Contributor Author

Bump! Anyone here?

@beyondlimits
Copy link
Contributor Author

Nah, closing just to get rid of dangling issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature request Issues that request the addition or enhancement of a feature
Projects
None yet
Development

No branches or pull requests

3 participants