knokko / custom-items-gradle

Knokko's Custom Items: Add custom items to your server, completely free of charge
MIT License
15 stars 3 forks source link

Add the possibility to ignore the orientation for small shaped recipes #127

Closed knokko closed 1 year ago

knokko commented 3 years ago

Some shaped vanilla recipes can be completed in more than 1 way, for instance the (stone) sword. There are 3 ways to create one:

cee
cee
see
ece
ece
ese
eec
eec
ees

e = Empty, c = Cobblestone, and s = Stick.

Users would often like to create similar custom recipes, but this currently requires them to manually create 3 recipes per sword. It would be nice if they only need to create 1 such recipe and then click some checkbox that causes 'variations' of that recipe to be accepted as well.

When this is implemented, the 'conflicting custom recipe' check should be updated to take this into account. Simply duplicating the recipe 3 times is undesired because it would be extra time-consuming to change the recipe after adding it. (At least, when used in the Editor. Duplicating would probably work fine on the plug-in side,)

knokko commented 1 year ago

This has been implemented in KCI 12