copygirl / BetterStorage

A Minecraft mod aimed at offering more storage options.
http://copy.mcft.net/mc/BetterStorage/
MIT License
57 stars 33 forks source link

Crafting station's autocraft on redstone pulse #220

Closed anion155 closed 10 years ago

anion155 commented 10 years ago

This will be usefull to customise delay between crafts

copygirl commented 10 years ago

Crafting Stations don't craft on their own, only when something "pulls" out the output item. So you can for example set up a hopper, blocked with a redstone signal by default, and disable the signal for a short time when you do want to craft the item. Note that there still is a minimum delay time between crafts, depending on the config setting.

anion155 commented 10 years ago

This isn't compatible with some mods. Project Red's crafting pipe wait until requested item(block) not appear in inventory.

copygirl commented 10 years ago

Shouldn't the crafting pipe have a "pull on redstone pulse" feature then? Or make it so you only put the items into the crafting station when you do want to craft the item. I might totally be missing something here though, I have no idea how the crafting pipe works.

anion155 commented 10 years ago

They are sending required items to the needed place (almost always to the extension pipe that connected to "auto-crafting system") and wait until don't find in the connected inventory (connected to crafting pipe) result. For now, I'm have to place crafting station on top of the hopper and connect crafting station to the hopper.