Feature: Add 'drawbridge' block mimicking the function of old block from TiC
RacerDelux opened this issue ยท 7 comments
Two versions:
Basic: Has one inventory slot, it will place as many blocks in the inventory as it can (either until it runs out of blocks, or reaches another block that is already there) on redstone power. On restone off, it will retract these blocks.
Advanced: Has a line (old one has 5 slots I think) in which a pattern of blocks can be defined. will output a line based on this pattern (repeating if the gap it is filling is too long). Rest of the functionality is the same as basic.
So what would be the uses?
I was thinking of making a long-range placer as a counterpart to the long-range breaker.
You'd just have to have a breaker opposite the placer to break the blocks again.
Would that suffice as well?
It wouldn't be as compact. I tried using placers before, but it did not work. I had one block selected, but it kept placing two blocks.
The used would be to expand vertically or horizontally with blocks. Makes bridges efficiently.
@Ellpeck He's referring to the Tinker's draw bridge from 1.7.10.
I know.
I didn't say "I don't know what you mean", I meant "I don't know if I should implement this".
The "basic" version he was describing sounds like it could be an advanced placer? These mods are updating soon anyways. No need to copy them entirely imo.