gnembon / carpet-autoCraftingTable

autoCraftingTable extension for carpet-mod
GNU Lesser General Public License v3.0
80 stars 27 forks source link

[Suggestion] Accept Input from Recipe Selection Only #15

Open Onidotmoe opened 3 years ago

Onidotmoe commented 3 years ago

Selecting a recipe from the recipe book should have that recipe stay displayed on the crafting table, preventing hoppers or dispensers from adding items that are not in the selected recipe.

This way there's no need for overly complicated redstone to craft something, if the recipe has all the necessary items, it will craft that 1 item.

altrisi commented 3 years ago

AFAIK the idea of this autoCraftingTable was to have overly complicated redstone mechanisms to craft something instead of just assigning a recipe and simply using it. Wasn't it?

Onidotmoe commented 3 years ago

Dunno, tho there's no reason why there couldn't be 2 versions, the current one and another one that's more user friendly.

fooeyround commented 3 years ago

I guess that could be a carpet rule like recipe auto crafting and have it as false so that auto crafting like this is more accessible.

MinecraftSeaTurtle commented 3 years ago

The autoCraftingDropper from carpet extras is simpler, you just need to put the ingredients in the right order then activate the dropper. In my opinion, this is already too simplified, but maybe this would be better for you.