Structured Crafting

Structured Crafting

2M Downloads

Add config option to reverse default placement direction

sepsol opened this issue ยท 4 comments

commented

Issue type:

bad implemention of directional feature


Short description:

Usually when placing this block, you have already put the recipe blocks down and you want this block to use them as ingredients to produce something else. But the default direction of this block uses them as results, why?!

image


Versions:

  • StructuredCrafting-1.14.4-0.2.1
  • CyclopsCore-1.14.4-1.5.5
  • Minecraft 1.14.4
  • Forge 28.1.76
  • OptiFine HD U F4
commented

That's the intended behaviour. This makes more sense to me for most use cases. I don't see a good reason to change this, but feel free to try to convince me.

commented

I never start placing blocks from output to input, I always place them from input to output. So when I place the input I expect this block to be placed from there pointing to results. It's like a math equation, it feels so intuitive to me that way! I don't know how to explain this, why did you design it this way? What is your reason?

commented

That would be great! Thanks :) also I didn't know that the output too can go in a chest!!

commented

My way of working usually involves first placing an output chest, then the crafter, and then the input blocks. In that sense it makes most sense.

You know what, I can try adding a config option to reverse the default direction.