Better Dispensers
LadyCailinBot opened this issue ยท 4 comments
CRAFTBOOK-2718 - Reported by killjoy1221
Dispensers that allow placing and destroying blocks in the inventory depending on the sign and/or block next to it. Distance can be specified on the sign and limited in the config.
Essentially, it simulates left-click and/or right-click. Also similar to a motionless turtle from computercraft, which you can't program.
Comment by me4502
Interesting idea, but it isn't possible to simulate a left/right click with bukkit. You can set or remove blocks, but not simulate clicks.
Comment by killjoy1221
I explained it wrong. It wouldn't really simulate it as much as it would seem like a player did it. You could set it to deploy blocks from the inventory or destroy blocks to be placed into the inventory. Some worldedit could be used to actually place/destroy the blocks and modify the dispenser's inventory accordingly.
It's still like the turtle's though.