You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
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.
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.
The text was updated successfully, but these errors were encountered: