maruohon / autoverse

A Minecraft mod about simple automation
GNU General Public License v3.0
6 stars 4 forks source link

Basic sequencer issue #5

Closed wormzjl closed 6 years ago

wormzjl commented 6 years ago

It seems that it does not push item on redstone pulse, also I think the tooltip "Outputs one item at a time from each slot, and then advances the output slot position" should be "Outputs one item at a time from current slot, and then advances the output slot position".

maruohon commented 6 years ago

Huh, strange... the tooltip did indeed indicate that it was supposed to push out items on a redstone pulse, yet the TileEntity didn't have the methods at all which would schedule an update when a redstone change happens 🤔

I fixed that and also clarified the tooltip.